Html Css Color HEX #C8372C Persian Red

📋 copy color: '#C8372C'

red 200 ◦ green 55 ◦ blue 44

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

Shades of Persian Red #C8372C

Tints of Persian Red #C8372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.39%

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

R = 66.89%
G = 18.39%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8372C (or 0xC8372C) is known color: Persian Red. HEX triplet: C8, 37 and 2C. RGB value is (200,55,44). Sum of RGB (Red+Green+Blue) = 200+55+44=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8372C is #37C8D3. Grayscale: #616161. Windows color (decimal): -3655892 or 2897864. OLE color: 2897864.

HSL color Cylindrical-coordinate representation of color #C8372C: hue angle of 4.23º 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 #C8372C is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 55 44 -
CMYK 0 0.72 0.78 0.22
HSL 4.23º 0.64% 0.48% -
HSV(B) 4.23º 0.78% 0.78% -
XYZ 25.64 15.19 3.96 -
YUV 97.1 98.04 201.39 -
System Red Green Blue C M Y K H S L
Decimal 200 55 44 0 0.72 0.78 0.22 4.23 0.64 0.48
Hex C8 37 2C 0 48 4E 16 4 40 30
Octal 310 67 54 0 110 116 26 4 100 60
Binary 11001000 110111 101100 0 1001000 1001110 10110 100 1000000 110000

Color Harmonies of #C8372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8372C

Black with #C8372C

Text Example


Text Example

White with #C8372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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