Html Css Color HEX #CC4035 Persian Red

📋 copy color: '#CC4035'

red 204 ◦ green 64 ◦ blue 53

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

Shades of Persian Red #CC4035

Tints of Persian Red #CC4035

RGB

 RED value IS 204 (80.08% from 255) = 63.55%

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

 BLUE value IS 53 (21.09% from 255) = 16.51%

R = 63.55%
G = 19.94%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC4035 (or 0xCC4035) is known color: Persian Red. HEX triplet: CC, 40 and 35. RGB value is (204,64,53). Sum of RGB (Red+Green+Blue) = 204+64+53=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4035 is #33BFCA. Grayscale: #686868. Windows color (decimal): -3391435 or 3489996. OLE color: 3489996.

HSL color Cylindrical-coordinate representation of color #CC4035: hue angle of 4.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC4035 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 53 -
CMYK 0 0.69 0.74 0.2
HSL 4.37º 0.6% 0.5% -
HSV(B) 4.37º 0.74% 0.8% -
XYZ 27.38 16.76 5.16 -
YUV 104.61 98.88 198.89 -
System Red Green Blue C M Y K H S L
Decimal 204 64 53 0 0.69 0.74 0.2 4.37 0.6 0.5
Hex CC 40 35 0 45 4A 14 4 3C 32
Octal 314 100 65 0 105 112 24 4 74 62
Binary 11001100 1000000 110101 0 1000101 1001010 10100 100 111100 110010

Color Harmonies of #CC4035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4035

Black with #CC4035

Text Example


Text Example

White with #CC4035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4035; }

 p { color: rgb(204,64,53); }

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

background-color css

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

 a { background-color: rgb(204,64,53); }

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

border-color css

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

 span { border-color: rgb(204,64,53); }

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