#CC0A3F

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

Shades of Crimson #CC0A3F

Tints of Crimson #CC0A3F

Color information

#CC0A3F (or 0xCC0A3F) is unknown color: approx Crimson. HEX triplet: CC, 0A and 3F. RGB value is (204,10,63). Sum of RGB (Red+Green+Blue) = 204+10+63=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0A3F is #33F5C0. Grayscale: #4A4A4A. Windows color (decimal): -3405249 or 4131532. OLE color: 4131532.

HSL color Cylindrical-coordinate representation of color #CC0A3F: hue angle of 343.61º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0A3F is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB2041063-
CMYK00.950.690.2
HSL343.61º90.65%41.96%-
HSV(B)343.61º95.1%80%-
XYZ25.9113.415.93-
YUV74.05121.77220.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 73.65%
GREEN value IS 10 (4.30% from 255) = 3.61%
BLUE value IS 63 (25% from 255) = 22.74%
R=73.65%
G=3.61%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204106300.950.690.2343.6190.6541.96
HexCCA3F05F45141585b2a
Octal314127701371052453013352
Binary110011001010111111010111111000101101001010110001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0A3F; }

 p { color: rgb(204,10,63); }

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

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

 a { background-color: rgb(204,10,63); }

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

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

 span { border-color: rgb(204,10,63); }

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