Html Css Color HEX #CC2727 Persian Red

📋 copy color: '#CC2727'

red 204 ◦ green 39 ◦ blue 39

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

Shades of Persian Red #CC2727

Tints of Persian Red #CC2727

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.83%

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

R = 72.34%
G = 13.83%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC2727 (or 0xCC2727) is known color: Persian Red. HEX triplet: CC, 27 and 27. RGB value is (204,39,39). Sum of RGB (Red+Green+Blue) = 204+39+39=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2727 is #33D8D8. Grayscale: #585858. Windows color (decimal): -3397849 or 2566092. OLE color: 2566092.

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

Color convert

RGB 204 39 39 -
CMYK 0 0.81 0.81 0.2
HSL 0.68% 0.48% -
HSV(B) 0.81% 0.8% -
XYZ 25.99 14.43 3.34 -
YUV 88.34 100.16 210.5 -
System Red Green Blue C M Y K H S L
Decimal 204 39 39 0 0.81 0.81 0.2 0 0.68 0.48
Hex CC 27 27 0 51 51 14 0 44 30
Octal 314 47 47 0 121 121 24 0 104 60
Binary 11001100 100111 100111 0 1010001 1010001 10100 0 1000100 110000

Color Harmonies of #CC2727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2727

Black with #CC2727

Text Example


Text Example

White with #CC2727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2727; }

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

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

background-color css

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

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

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

border-color css

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

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

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