#CC2825

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

Shades of Persian Red #CC2825

Tints of Persian Red #CC2825

Color information

#CC2825 (or 0xCC2825) is unknown color: approx Persian Red. HEX triplet: CC, 28 and 25. RGB value is (204,40,37). Sum of RGB (Red+Green+Blue) = 204+40+37=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2825 is #33D7DA. Grayscale: #585858. Windows color (decimal): -3397595 or 2435276. OLE color: 2435276.

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

Color convert

RGB2044037-
CMYK00.800.820.2
HSL1.08º69.29%47.25%-
HSV(B)1.08º81.86%80%-
XYZ25.9914.493.18-
YUV88.6998.83210.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 72.60%
GREEN value IS 40 (16.02% from 255) = 14.23%
BLUE value IS 37 (14.84% from 255) = 13.17%
R=72.60%
G=14.23%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204403700.800.820.21.0869.2947.25
HexCC282505052141452f
Octal3145045012012224110557
Binary110011001010001001010101000010100101010011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2825; }

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

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

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

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

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

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

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

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