#CC3A30

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

Shades of Persian Red #CC3A30

Tints of Persian Red #CC3A30

Color information

#CC3A30 (or 0xCC3A30) is unknown color: approx Persian Red. HEX triplet: CC, 3A and 30. RGB value is (204,58,48). Sum of RGB (Red+Green+Blue) = 204+58+48=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3A30 is #33C5CF. Grayscale: #646464. Windows color (decimal): -3392976 or 3160780. OLE color: 3160780.

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

Color convert

RGB2045848-
CMYK00.720.760.2
HSL3.85º61.9%49.41%-
HSV(B)3.85º76.47%80%-
XYZ26.9516.084.48-
YUV100.5198.37201.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.81%
GREEN value IS 58 (23.05% from 255) = 18.71%
BLUE value IS 48 (19.14% from 255) = 15.48%
R=65.81%
G=18.71%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204584800.720.760.23.8561.949.41
HexCC3A300484C1443e31
Octal314726001101142447661
Binary1100110011101011000001001000100110010100100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3A30; }

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

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

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

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

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

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

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

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