Html Css Color HEX #CC3C37 Persian Red

📋 copy color: '#CC3C37'

red 204 ◦ green 60 ◦ blue 55

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

Shades of Persian Red #CC3C37

Tints of Persian Red #CC3C37

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.81%

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

R = 63.95%
G = 18.81%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC3C37 (or 0xCC3C37) is known color: Persian Red. HEX triplet: CC, 3C and 37. RGB value is (204,60,55). Sum of RGB (Red+Green+Blue) = 204+60+55=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C37 is #33C3C8. Grayscale: #666666. Windows color (decimal): -3392457 or 3620044. OLE color: 3620044.

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

Color convert

RGB 204 60 55 -
CMYK 0 0.71 0.73 0.2
HSL 2.01º 0.59% 0.51% -
HSV(B) 2.01º 0.73% 0.8% -
XYZ 27.21 16.34 5.34 -
YUV 102.49 101.21 200.41 -
System Red Green Blue C M Y K H S L
Decimal 204 60 55 0 0.71 0.73 0.2 2.01 0.59 0.51
Hex CC 3C 37 0 47 49 14 2 3B 33
Octal 314 74 67 0 107 111 24 2 73 63
Binary 11001100 111100 110111 0 1000111 1001001 10100 10 111011 110011

Color Harmonies of #CC3C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3C37

Black with #CC3C37

Text Example


Text Example

White with #CC3C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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