Html Css Color HEX #CC3F39 Persian Red

📋 copy color: '#CC3F39'

red 204 ◦ green 63 ◦ blue 57

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

Shades of Persian Red #CC3F39

Tints of Persian Red #CC3F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.59%

R = 62.96%
G = 19.44%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC3F39 (or 0xCC3F39) is known color: Persian Red. HEX triplet: CC, 3F and 39. RGB value is (204,63,57). Sum of RGB (Red+Green+Blue) = 204+63+57=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3F39 is #33C0C6. Grayscale: #686868. Windows color (decimal): -3391687 or 3751884. OLE color: 3751884.

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

Color convert

RGB 204 63 57 -
CMYK 0 0.69 0.72 0.2
HSL 2.45º 0.59% 0.51% -
HSV(B) 2.45º 0.72% 0.8% -
XYZ 27.42 16.69 5.65 -
YUV 104.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 204 63 57 0 0.69 0.72 0.2 2.45 0.59 0.51
Hex CC 3F 39 0 45 48 14 2 3B 33
Octal 314 77 71 0 105 110 24 2 73 63
Binary 11001100 111111 111001 0 1000101 1001000 10100 10 111011 110011

Color Harmonies of #CC3F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F39

Black with #CC3F39

Text Example


Text Example

White with #CC3F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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