#dd0e32

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

Shades of Crimson #DD0E32

Tints of Crimson #DD0E32

Color information

#DD0E32 (or 0xDD0E32) is unknown color: approx Crimson. HEX triplet: DD, 0E and 32. RGB value is (221,14,50). Sum of RGB (Red+Green+Blue) = 221+14+50=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0E32 is #22F1CD. Grayscale: #505050. Windows color (decimal): -2290126 or 3280605. OLE color: 3280605.

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

Color convert

RGB2211450-
CMYK00.940.770.13
HSL349.57º88.09%46.08%-
HSV(B)349.57º93.67%86.67%-
XYZ30.5515.924.48-
YUV80111.08228.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 77.54%
GREEN value IS 14 (5.86% from 255) = 4.91%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=77.54%
G=4.91%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221145000.940.770.13349.5788.0946.08
HexDDE3205E4DD15e582e
Octal335166201361151553613056
Binary11011101111011001001011110100110111011010111101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd0e32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd0e32; }

 p { color: rgb(221,14,50); }

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

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

 a { background-color: rgb(221,14,50); }

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

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

 span { border-color: rgb(221,14,50); }

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