Html Css Color HEX #C94034 Persian Red

📋 copy color: '#C94034'

red 201 ◦ green 64 ◦ blue 52

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

Shades of Persian Red #C94034

Tints of Persian Red #C94034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 63.41%
G = 20.19%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C94034 (or 0xC94034) is known color: Persian Red. HEX triplet: C9, 40 and 34. RGB value is (201,64,52). Sum of RGB (Red+Green+Blue) = 201+64+52=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C94034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94034 is #36BFCB. Grayscale: #676767. Windows color (decimal): -3588044 or 3424457. OLE color: 3424457.

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

Color convert

RGB 201 64 52 -
CMYK 0 0.68 0.74 0.21
HSL 4.83º 0.59% 0.5% -
HSV(B) 4.83º 0.74% 0.79% -
XYZ 26.54 16.33 5 -
YUV 103.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 201 64 52 0 0.68 0.74 0.21 4.83 0.59 0.5
Hex C9 40 34 0 44 4A 15 5 3B 32
Octal 311 100 64 0 104 112 25 5 73 62
Binary 11001001 1000000 110100 0 1000100 1001010 10101 101 111011 110010

Color Harmonies of #C94034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94034

Black with #C94034

Text Example


Text Example

White with #C94034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94034; }

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

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

background-color css

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

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

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

border-color css

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

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

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