Html Css Color HEX #CC3E27 Persian Red

📋 copy color: '#CC3E27'

red 204 ◦ green 62 ◦ blue 39

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

Shades of Persian Red #CC3E27

Tints of Persian Red #CC3E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.79%

R = 66.89%
G = 20.33%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC3E27 (or 0xCC3E27) is known color: Persian Red. HEX triplet: CC, 3E and 27. RGB value is (204,62,39). Sum of RGB (Red+Green+Blue) = 204+62+39=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E27 is #33C1D8. Grayscale: #666666. Windows color (decimal): -3391961 or 2571980. OLE color: 2571980.

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

Color convert

RGB 204 62 39 -
CMYK 0 0.70 0.81 0.2
HSL 8.36º 0.68% 0.48% -
HSV(B) 8.36º 0.81% 0.8% -
XYZ 26.99 16.43 3.67 -
YUV 101.84 92.54 200.87 -
System Red Green Blue C M Y K H S L
Decimal 204 62 39 0 0.70 0.81 0.2 8.36 0.68 0.48
Hex CC 3E 27 0 46 51 14 8 44 30
Octal 314 76 47 0 106 121 24 10 104 60
Binary 11001100 111110 100111 0 1000110 1010001 10100 1000 1000100 110000

Color Harmonies of #CC3E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3E27

Black with #CC3E27

Text Example


Text Example

White with #CC3E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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