#dd0c39

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

Shades of Crimson #DD0C39

Tints of Crimson #DD0C39

Color information

#DD0C39 (or 0xDD0C39) is unknown color: approx Crimson. HEX triplet: DD, 0C and 39. RGB value is (221,12,57). Sum of RGB (Red+Green+Blue) = 221+12+57=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0C39 is #22F3C6. Grayscale: #4F4F4F. Windows color (decimal): -2290631 or 3738845. OLE color: 3738845.

HSL color Cylindrical-coordinate representation of color #DD0C39: hue angle of 347.08º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0C39 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB2211257-
CMYK00.950.740.13
HSL347.08º89.7%45.69%-
HSV(B)347.08º94.57%86.67%-
XYZ30.6915.935.33-
YUV79.62115.24228.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 76.21%
GREEN value IS 12 (5.08% from 255) = 4.14%
BLUE value IS 57 (22.66% from 255) = 19.66%
R=76.21%
G=4.14%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221125700.950.740.13347.0889.745.69
HexDDC3905F4AD15b5a2e
Octal335147101371121553313256
Binary11011101110011100101011111100101011011010110111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd0c39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd0c39; }

 p { color: rgb(221,12,57); }

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

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

 a { background-color: rgb(221,12,57); }

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

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

 span { border-color: rgb(221,12,57); }

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