Html Css Color HEX #C94039 Persian Red

📋 copy color: '#C94039'

red 201 ◦ green 64 ◦ blue 57

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

Shades of Persian Red #C94039

Tints of Persian Red #C94039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

 BLUE value IS 57 (22.66% from 255) = 17.7%

R = 62.42%
G = 19.88%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C94039 (or 0xC94039) is known color: Persian Red. HEX triplet: C9, 40 and 39. RGB value is (201,64,57). Sum of RGB (Red+Green+Blue) = 201+64+57=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C94039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94039 is #36BFC6. Grayscale: #686868. Windows color (decimal): -3588039 or 3752137. OLE color: 3752137.

HSL color Cylindrical-coordinate representation of color #C94039: hue angle of 2.92º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C94039 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 64 57 -
CMYK 0 0.68 0.72 0.21
HSL 2.92º 0.57% 0.51% -
HSV(B) 2.92º 0.72% 0.79% -
XYZ 26.66 16.38 5.63 -
YUV 104.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 201 64 57 0 0.68 0.72 0.21 2.92 0.57 0.51
Hex C9 40 39 0 44 48 15 3 39 33
Octal 311 100 71 0 104 110 25 3 71 63
Binary 11001001 1000000 111001 0 1000100 1001000 10101 11 111001 110011

Color Harmonies of #C94039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94039

Black with #C94039

Text Example


Text Example

White with #C94039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94039; }

 p { color: rgb(201,64,57); }

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

background-color css

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

 a { background-color: rgb(201,64,57); }

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

border-color css

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

 span { border-color: rgb(201,64,57); }

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