Html Css Color HEX #CC3F37 Persian Red

📋 copy color: '#CC3F37'

red 204 ◦ green 63 ◦ blue 55

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

Shades of Persian Red #CC3F37

Tints of Persian Red #CC3F37

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

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

R = 63.35%
G = 19.57%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC3F37 (or 0xCC3F37) is known color: Persian Red. HEX triplet: CC, 3F and 37. RGB value is (204,63,55). Sum of RGB (Red+Green+Blue) = 204+63+55=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3F37 is #33C0C8. Grayscale: #686868. Windows color (decimal): -3391689 or 3620812. OLE color: 3620812.

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

Color convert

RGB 204 63 55 -
CMYK 0 0.69 0.73 0.2
HSL 3.22º 0.59% 0.51% -
HSV(B) 3.22º 0.73% 0.8% -
XYZ 27.37 16.67 5.39 -
YUV 104.25 100.21 199.15 -
System Red Green Blue C M Y K H S L
Decimal 204 63 55 0 0.69 0.73 0.2 3.22 0.59 0.51
Hex CC 3F 37 0 45 49 14 3 3B 33
Octal 314 77 67 0 105 111 24 3 73 63
Binary 11001100 111111 110111 0 1000101 1001001 10100 11 111011 110011

Color Harmonies of #CC3F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F37

Black with #CC3F37

Text Example


Text Example

White with #CC3F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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