Html Css Color HEX #CC2A27 Persian Red

📋 copy color: '#CC2A27'

red 204 ◦ green 42 ◦ blue 39

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

Shades of Persian Red #CC2A27

Tints of Persian Red #CC2A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.74%

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

R = 71.58%
G = 14.74%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC2A27 (or 0xCC2A27) is known color: Persian Red. HEX triplet: CC, 2A and 27. RGB value is (204,42,39). Sum of RGB (Red+Green+Blue) = 204+42+39=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2A27 is #33D5D8. Grayscale: #5A5A5A. Windows color (decimal): -3397081 or 2566860. OLE color: 2566860.

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

Color convert

RGB 204 42 39 -
CMYK 0 0.79 0.81 0.2
HSL 1.09º 0.68% 0.48% -
HSV(B) 1.09º 0.81% 0.8% -
XYZ 26.1 14.64 3.37 -
YUV 90.1 99.17 209.24 -
System Red Green Blue C M Y K H S L
Decimal 204 42 39 0 0.79 0.81 0.2 1.09 0.68 0.48
Hex CC 2A 27 0 4F 51 14 1 44 30
Octal 314 52 47 0 117 121 24 1 104 60
Binary 11001100 101010 100111 0 1001111 1010001 10100 1 1000100 110000

Color Harmonies of #CC2A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A27

Black with #CC2A27

Text Example


Text Example

White with #CC2A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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