Html Css Color HEX #CC2C27 Persian Red

📋 copy color: '#CC2C27'

red 204 ◦ green 44 ◦ blue 39

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

Shades of Persian Red #CC2C27

Tints of Persian Red #CC2C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.33%

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

R = 71.08%
G = 15.33%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC2C27 (or 0xCC2C27) is known color: Persian Red. HEX triplet: CC, 2C and 27. RGB value is (204,44,39). Sum of RGB (Red+Green+Blue) = 204+44+39=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2C27 is #33D3D8. Grayscale: #5B5B5B. Windows color (decimal): -3396569 or 2567372. OLE color: 2567372.

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

Color convert

RGB 204 44 39 -
CMYK 0 0.78 0.81 0.2
HSL 1.82º 0.68% 0.48% -
HSV(B) 1.82º 0.81% 0.8% -
XYZ 26.17 14.79 3.39 -
YUV 91.27 98.51 208.41 -
System Red Green Blue C M Y K H S L
Decimal 204 44 39 0 0.78 0.81 0.2 1.82 0.68 0.48
Hex CC 2C 27 0 4E 51 14 2 44 30
Octal 314 54 47 0 116 121 24 2 104 60
Binary 11001100 101100 100111 0 1001110 1010001 10100 10 1000100 110000

Color Harmonies of #CC2C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C27

Black with #CC2C27

Text Example


Text Example

White with #CC2C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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