#CC3C33

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

Shades of Persian Red #CC3C33

Tints of Persian Red #CC3C33

Color information

#CC3C33 (or 0xCC3C33) is unknown color: approx Persian Red. HEX triplet: CC, 3C and 33. RGB value is (204,60,51). Sum of RGB (Red+Green+Blue) = 204+60+51=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C33 is #33C3CC. Grayscale: #666666. Windows color (decimal): -3392461 or 3357900. OLE color: 3357900.

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

Color convert

RGB2046051-
CMYK00.710.750.2
HSL3.53º60%50%-
HSV(B)3.53º75%80%-
XYZ27.1216.314.85-
YUV102.0399.21200.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.76%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 51 (20.31% from 255) = 16.19%
R=64.76%
G=19.05%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204605100.710.750.23.536050
HexCC3C330474B1443c32
Octal314746301071132447462
Binary1100110011110011001101000111100101110100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3C33; }

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

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

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

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

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

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

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

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