#CC0948

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

Shades of Crimson #CC0948

Tints of Crimson #CC0948

Color information

#CC0948 (or 0xCC0948) is unknown color: approx Crimson. HEX triplet: CC, 09 and 48. RGB value is (204,9,72). Sum of RGB (Red+Green+Blue) = 204+9+72=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0948 is #33F6B7. Grayscale: #4A4A4A. Windows color (decimal): -3405496 or 4721100. OLE color: 4721100.

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

Color convert

RGB204972-
CMYK00.960.650.2
HSL340.62º91.55%41.76%-
HSV(B)340.62º95.59%80%-
XYZ26.1713.57.36-
YUV74.49126.6220.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 71.58%
GREEN value IS 9 (3.91% from 255) = 3.16%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=71.58%
G=3.16%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20497200.960.650.2340.6291.5541.76
HexCC94806041141555c2a
Octal3141111001401012452513452
Binary1100110010011001000011000001000001101001010101011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0948; }

 p { color: rgb(204,9,72); }

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

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

 a { background-color: rgb(204,9,72); }

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

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

 span { border-color: rgb(204,9,72); }

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