#CC3A33

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

Shades of Persian Red #CC3A33

Tints of Persian Red #CC3A33

Color information

#CC3A33 (or 0xCC3A33) is unknown color: approx Persian Red. HEX triplet: CC, 3A and 33. RGB value is (204,58,51). Sum of RGB (Red+Green+Blue) = 204+58+51=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3A33 is #33C5CC. Grayscale: #656565. Windows color (decimal): -3392973 or 3357388. OLE color: 3357388.

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

Color convert

RGB2045851-
CMYK00.720.750.2
HSL2.75º60%50%-
HSV(B)2.75º75%80%-
XYZ27.0116.14.82-
YUV100.8699.87201.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.18%
GREEN value IS 58 (23.05% from 255) = 18.53%
BLUE value IS 51 (20.31% from 255) = 16.29%
R=65.18%
G=18.53%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204585100.720.750.22.756050
HexCC3A330484B1433c32
Octal314726301101132437462
Binary110011001110101100110100100010010111010011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3A33; }

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

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

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

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

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

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

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

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