Html Css Color HEX #C8322D Persian Red

📋 copy color: '#C8322D'

red 200 ◦ green 50 ◦ blue 45

#C8322D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #C8322D

Tints of Persian Red #C8322D

RGB

 RED value IS 200 (78.52% from 255) = 67.8%

 GREEN value IS 50 (19.92% from 255) = 16.95%

 BLUE value IS 45 (17.97% from 255) = 15.25%

R = 67.8%
G = 16.95%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C8322D (or 0xC8322D) is known color: Persian Red. HEX triplet: C8, 32 and 2D. RGB value is (200,50,45). Sum of RGB (Red+Green+Blue) = 200+50+45=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8322D is #37CDD2. Grayscale: #5E5E5E. Windows color (decimal): -3657171 or 2962120. OLE color: 2962120.

HSL color Cylindrical-coordinate representation of color #C8322D: hue angle of 1.94º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8322D is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 50 45 -
CMYK 0 0.75 0.78 0.22
HSL 1.94º 0.63% 0.48% -
HSV(B) 1.94º 0.78% 0.78% -
XYZ 25.43 14.75 3.99 -
YUV 94.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 200 50 45 0 0.75 0.78 0.22 1.94 0.63 0.48
Hex C8 32 2D 0 4B 4E 16 2 3F 30
Octal 310 62 55 0 113 116 26 2 77 60
Binary 11001000 110010 101101 0 1001011 1001110 10110 10 111111 110000

Color Harmonies of #C8322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8322D

Black with #C8322D

Text Example


Text Example

White with #C8322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8322D; }

 p { color: rgb(200,50,45); }

 H1.HeaderClassName
 {
   color: #C8322D;
 }
 .AnyTagClassName
 {
   color: #C8322D;
 }
</style>

background-color css

<style>
 a { background-color: #C8322D; }

 a { background-color: rgb(200,50,45); }

 div.DivClassName
 {
   background-color: #C8322D;
 }
 .BgClassName
 {
   background-color: #C8322D;
 }
</style>

border-color css

<style>
 span { border-color: #C8322D; }

 span { border-color: rgb(200,50,45); }

 td.TdClassName
 {
   border-color: #C8322D;
 }
 .TagClassName
 {
   border-color: #C8322D;
 }
</style>