#CC3C2B

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

Shades of Persian Red #CC3C2B

Tints of Persian Red #CC3C2B

Color information

#CC3C2B (or 0xCC3C2B) is unknown color: approx Persian Red. HEX triplet: CC, 3C and 2B. RGB value is (204,60,43). Sum of RGB (Red+Green+Blue) = 204+60+43=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C2B is #33C3D4. Grayscale: #656565. Windows color (decimal): -3392469 or 2833612. OLE color: 2833612.

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

Color convert

RGB2046043-
CMYK00.710.790.2
HSL6.34º65.18%48.43%-
HSV(B)6.34º78.92%80%-
XYZ26.9516.244-
YUV101.1295.21201.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.45%
GREEN value IS 60 (23.83% from 255) = 19.54%
BLUE value IS 43 (17.19% from 255) = 14.01%
R=66.45%
G=19.54%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204604300.710.790.26.3465.1848.43
HexCC3C2B0474F1464130
Octal3147453010711724610160
Binary11001100111100101011010001111001111101001101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3C2B; }

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

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

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

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

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

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

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

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