#CC2625

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

Shades of Persian Red #CC2625

Tints of Persian Red #CC2625

Color information

#CC2625 (or 0xCC2625) is unknown color: approx Persian Red. HEX triplet: CC, 26 and 25. RGB value is (204,38,37). Sum of RGB (Red+Green+Blue) = 204+38+37=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2625 is #33D9DA. Grayscale: #575757. Windows color (decimal): -3398107 or 2434764. OLE color: 2434764.

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

Color convert

RGB2043837-
CMYK00.810.820.2
HSL0.36º69.29%47.25%-
HSV(B)0.36º81.86%80%-
XYZ25.9314.363.15-
YUV87.5299.5211.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 73.12%
GREEN value IS 38 (15.23% from 255) = 13.62%
BLUE value IS 37 (14.84% from 255) = 13.26%
R=73.12%
G=13.62%
B=13.26%

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
Decimal204383700.810.820.20.3669.2947.25
HexCC262505152140452f
Octal3144645012112224010557
Binary110011001001101001010101000110100101010001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2625; }

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

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

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

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

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

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

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

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