#CC3C30

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

Shades of Persian Red #CC3C30

Tints of Persian Red #CC3C30

Color information

#CC3C30 (or 0xCC3C30) is unknown color: approx Persian Red. HEX triplet: CC, 3C and 30. RGB value is (204,60,48). Sum of RGB (Red+Green+Blue) = 204+60+48=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C30 is #33C3CF. Grayscale: #656565. Windows color (decimal): -3392464 or 3161292. OLE color: 3161292.

HSL color Cylindrical-coordinate representation of color #CC3C30: hue angle of 4.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3C30 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB2046048-
CMYK00.710.760.2
HSL4.62º61.9%49.41%-
HSV(B)4.62º76.47%80%-
XYZ27.0516.284.51-
YUV101.6997.71200.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.38%
GREEN value IS 60 (23.83% from 255) = 19.23%
BLUE value IS 48 (19.14% from 255) = 15.38%
R=65.38%
G=19.23%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204604800.710.760.24.6261.949.41
HexCC3C300474C1453e31
Octal314746001071142457661
Binary1100110011110011000001000111100110010100101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3C30; }

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

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

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

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

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

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

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

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