#CC332A

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

Shades of Persian Red #CC332A

Tints of Persian Red #CC332A

Color information

#CC332A (or 0xCC332A) is unknown color: approx Persian Red. HEX triplet: CC, 33 and 2A. RGB value is (204,51,42). Sum of RGB (Red+Green+Blue) = 204+51+42=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC332A is #33CCD5. Grayscale: #5F5F5F. Windows color (decimal): -3394774 or 2765772. OLE color: 2765772.

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

Color convert

RGB2045142-
CMYK00.750.790.2
HSL3.33º65.85%48.24%-
HSV(B)3.33º79.41%80%-
XYZ26.515.373.76-
YUV95.7297.69205.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68.69%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=68.69%
G=17.17%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204514200.750.790.23.3365.8548.24
HexCC332A04B4F1434230
Octal3146352011311724310260
Binary1100110011001110101001001011100111110100111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC332A; }

 p { color: rgb(204,51,42); }

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

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

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

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

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

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

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