Html Css Color HEX #C9372C Persian Red

📋 copy color: '#C9372C'

red 201 ◦ green 55 ◦ blue 44

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

Shades of Persian Red #C9372C

Tints of Persian Red #C9372C

RGB

 RED value IS 201 (78.91% from 255) = 67%

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

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

R = 67%
G = 18.33%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9372C (or 0xC9372C) is known color: Persian Red. HEX triplet: C9, 37 and 2C. RGB value is (201,55,44). Sum of RGB (Red+Green+Blue) = 201+55+44=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C9372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9372C is #36C8D3. Grayscale: #616161. Windows color (decimal): -3590356 or 2897865. OLE color: 2897865.

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

Color convert

RGB 201 55 44 -
CMYK 0 0.73 0.78 0.21
HSL 4.2º 0.64% 0.48% -
HSV(B) 4.2º 0.78% 0.79% -
XYZ 25.91 15.33 3.98 -
YUV 97.4 97.87 201.89 -
System Red Green Blue C M Y K H S L
Decimal 201 55 44 0 0.73 0.78 0.21 4.2 0.64 0.48
Hex C9 37 2C 0 49 4E 15 4 40 30
Octal 311 67 54 0 111 116 25 4 100 60
Binary 11001001 110111 101100 0 1001001 1001110 10101 100 1000000 110000

Color Harmonies of #C9372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9372C

Black with #C9372C

Text Example


Text Example

White with #C9372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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