Html Css Color HEX #C9372A Persian Red

📋 copy color: '#C9372A'

red 201 ◦ green 55 ◦ blue 42

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

Shades of Persian Red #C9372A

Tints of Persian Red #C9372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 67.45%
G = 18.46%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9372A (or 0xC9372A) is known color: Persian Red. HEX triplet: C9, 37 and 2A. RGB value is (201,55,42). Sum of RGB (Red+Green+Blue) = 201+55+42=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C9372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9372A is #36C8D5. Grayscale: #616161. Windows color (decimal): -3590358 or 2766793. OLE color: 2766793.

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

Color convert

RGB 201 55 42 -
CMYK 0 0.73 0.79 0.21
HSL 4.91º 0.65% 0.48% -
HSV(B) 4.91º 0.79% 0.79% -
XYZ 25.87 15.32 3.78 -
YUV 97.17 96.87 202.06 -
System Red Green Blue C M Y K H S L
Decimal 201 55 42 0 0.73 0.79 0.21 4.91 0.65 0.48
Hex C9 37 2A 0 49 4F 15 5 41 30
Octal 311 67 52 0 111 117 25 5 101 60
Binary 11001001 110111 101010 0 1001001 1001111 10101 101 1000001 110000

Color Harmonies of #C9372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9372A

Black with #C9372A

Text Example


Text Example

White with #C9372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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