Html Css Color HEX #CC3E37 Persian Red

📋 copy color: '#CC3E37'

red 204 ◦ green 62 ◦ blue 55

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

Shades of Persian Red #CC3E37

Tints of Persian Red #CC3E37

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.31%

 BLUE value IS 55 (21.88% from 255) = 17.13%

R = 63.55%
G = 19.31%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC3E37 (or 0xCC3E37) is known color: Persian Red. HEX triplet: CC, 3E and 37. RGB value is (204,62,55). Sum of RGB (Red+Green+Blue) = 204+62+55=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E37 is #33C1C8. Grayscale: #676767. Windows color (decimal): -3391945 or 3620556. OLE color: 3620556.

HSL color Cylindrical-coordinate representation of color #CC3E37: hue angle of 2.82º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3E37 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 62 55 -
CMYK 0 0.70 0.73 0.2
HSL 2.82º 0.59% 0.51% -
HSV(B) 2.82º 0.73% 0.8% -
XYZ 27.31 16.56 5.37 -
YUV 103.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 204 62 55 0 0.70 0.73 0.2 2.82 0.59 0.51
Hex CC 3E 37 0 46 49 14 3 3B 33
Octal 314 76 67 0 106 111 24 3 73 63
Binary 11001100 111110 110111 0 1000110 1001001 10100 11 111011 110011

Color Harmonies of #CC3E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3E37

Black with #CC3E37

Text Example


Text Example

White with #CC3E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3E37; }

 p { color: rgb(204,62,55); }

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

background-color css

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

 a { background-color: rgb(204,62,55); }

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

border-color css

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

 span { border-color: rgb(204,62,55); }

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