#cc2b25

Color #CC2B25 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #CC2B25

Tints of Persian Red #CC2B25

Color information

#CC2B25 (or 0xCC2B25) is unknown color: approx Persian Red. HEX triplet: CC, 2B and 25. RGB value is (204,43,37). Sum of RGB (Red+Green+Blue) = 204+43+37=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2B25 is #33D4DA. Grayscale: #5A5A5A. Windows color (decimal): -3396827 or 2436044. OLE color: 2436044.

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

Color convert

RGB2044337-
CMYK00.790.820.2
HSL2.16º69.29%47.25%-
HSV(B)2.16º81.86%80%-
XYZ26.114.73.21-
YUV90.4697.84208.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 71.83%
GREEN value IS 43 (17.19% from 255) = 15.14%
BLUE value IS 37 (14.84% from 255) = 13.03%
R=71.83%
G=15.14%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204433700.790.820.22.1669.2947.25
HexCC2B2504F52142452f
Octal3145345011712224210557
Binary1100110010101110010101001111101001010100101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc2b25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc2b25; }

 p { color: rgb(204,43,37); }

 H1.HeaderClassName
 {
   color: #cc2b25;
 }
 .AnyTagClassName
 {
   color: #cc2b25;
 }
</style>
background-color css

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

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

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

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

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

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