Html Css Color HEX #C8322C Persian Red

📋 copy color: '#C8322C'

red 200 ◦ green 50 ◦ blue 44

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

Shades of Persian Red #C8322C

Tints of Persian Red #C8322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.97%

R = 68.03%
G = 17.01%
B = 14.97%

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

#C8322C (or 0xC8322C) is known color: Persian Red. HEX triplet: C8, 32 and 2C. RGB value is (200,50,44). Sum of RGB (Red+Green+Blue) = 200+50+44=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C8322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8322C is #37CDD3. Grayscale: #5E5E5E. Windows color (decimal): -3657172 or 2896584. OLE color: 2896584.

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

Color convert

RGB 200 50 44 -
CMYK 0 0.75 0.78 0.22
HSL 2.31º 0.64% 0.48% -
HSV(B) 2.31º 0.78% 0.78% -
XYZ 25.41 14.74 3.89 -
YUV 94.17 99.7 203.49 -
System Red Green Blue C M Y K H S L
Decimal 200 50 44 0 0.75 0.78 0.22 2.31 0.64 0.48
Hex C8 32 2C 0 4B 4E 16 2 40 30
Octal 310 62 54 0 113 116 26 2 100 60
Binary 11001000 110010 101100 0 1001011 1001110 10110 10 1000000 110000

Color Harmonies of #C8322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8322C

Black with #C8322C

Text Example


Text Example

White with #C8322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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