Html Css Color HEX #CC3937 Persian Red

📋 copy color: '#CC3937'

red 204 ◦ green 57 ◦ blue 55

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

Shades of Persian Red #CC3937

Tints of Persian Red #CC3937

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.04%

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

R = 64.56%
G = 18.04%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC3937 (or 0xCC3937) is known color: Persian Red. HEX triplet: CC, 39 and 37. RGB value is (204,57,55). Sum of RGB (Red+Green+Blue) = 204+57+55=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3937 is #33C6C8. Grayscale: #646464. Windows color (decimal): -3393225 or 3619276. OLE color: 3619276.

HSL color Cylindrical-coordinate representation of color #CC3937: hue angle of 0.81º 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 #CC3937 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 57 55 -
CMYK 0 0.72 0.73 0.2
HSL 0.81º 0.59% 0.51% -
HSV(B) 0.81º 0.73% 0.8% -
XYZ 27.05 16.04 5.28 -
YUV 100.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 204 57 55 0 0.72 0.73 0.2 0.81 0.59 0.51
Hex CC 39 37 0 48 49 14 1 3B 33
Octal 314 71 67 0 110 111 24 1 73 63
Binary 11001100 111001 110111 0 1001000 1001001 10100 1 111011 110011

Color Harmonies of #CC3937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3937

Black with #CC3937

Text Example


Text Example

White with #CC3937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3937; }

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

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

background-color css

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

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

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

border-color css

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

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

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