Html Css Color HEX #C94033 Persian Red

📋 copy color: '#C94033'

red 201 ◦ green 64 ◦ blue 51

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

Shades of Persian Red #C94033

Tints of Persian Red #C94033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.14%

R = 63.61%
G = 20.25%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C94033 (or 0xC94033) is known color: Persian Red. HEX triplet: C9, 40 and 33. RGB value is (201,64,51). Sum of RGB (Red+Green+Blue) = 201+64+51=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C94033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94033 is #36BFCC. Grayscale: #676767. Windows color (decimal): -3588045 or 3358921. OLE color: 3358921.

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

Color convert

RGB 201 64 51 -
CMYK 0 0.68 0.75 0.21
HSL 5.2º 0.6% 0.49% -
HSV(B) 5.2º 0.75% 0.79% -
XYZ 26.52 16.32 4.89 -
YUV 103.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 201 64 51 0 0.68 0.75 0.21 5.2 0.6 0.49
Hex C9 40 33 0 44 4B 15 5 3C 31
Octal 311 100 63 0 104 113 25 5 74 61
Binary 11001001 1000000 110011 0 1000100 1001011 10101 101 111100 110001

Color Harmonies of #C94033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94033

Black with #C94033

Text Example


Text Example

White with #C94033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94033; }

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

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

background-color css

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

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

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

border-color css

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

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

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