#CC2725

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

Shades of Persian Red #CC2725

Tints of Persian Red #CC2725

Color information

#CC2725 (or 0xCC2725) is unknown color: approx Persian Red. HEX triplet: CC, 27 and 25. RGB value is (204,39,37). Sum of RGB (Red+Green+Blue) = 204+39+37=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2725 is #33D8DA. Grayscale: #585858. Windows color (decimal): -3397851 or 2435020. OLE color: 2435020.

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

Color convert

RGB2043937-
CMYK00.810.820.2
HSL0.72º69.29%47.25%-
HSV(B)0.72º81.86%80%-
XYZ25.9614.423.17-
YUV88.1199.16210.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 72.86%
GREEN value IS 39 (15.62% from 255) = 13.93%
BLUE value IS 37 (14.84% from 255) = 13.21%
R=72.86%
G=13.93%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204393700.810.820.20.7269.2947.25
HexCC272505152141452f
Octal3144745012112224110557
Binary110011001001111001010101000110100101010011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2725; }

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

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

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

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

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

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

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

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