#DD0F37

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

Shades of Crimson #DD0F37

Tints of Crimson #DD0F37

Color information

#DD0F37 (or 0xDD0F37) is unknown color: approx Crimson. HEX triplet: DD, 0F and 37. RGB value is (221,15,55). Sum of RGB (Red+Green+Blue) = 221+15+55=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0F37 is #22F0C8. Grayscale: #515151. Windows color (decimal): -2289865 or 3608541. OLE color: 3608541.

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

Color convert

RGB2211555-
CMYK00.930.750.13
HSL348.35º87.29%46.27%-
HSV(B)348.35º93.21%86.67%-
XYZ30.6815.995.08-
YUV81.15113.25227.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 75.95%
GREEN value IS 15 (6.25% from 255) = 5.15%
BLUE value IS 55 (21.88% from 255) = 18.90%
R=75.95%
G=5.15%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221155500.930.750.13348.3587.2946.27
HexDDF3705D4BD15c572e
Octal335176701351131553412756
Binary11011101111111011101011101100101111011010111001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0F37; }

 p { color: rgb(221,15,55); }

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

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

 a { background-color: rgb(221,15,55); }

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

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

 span { border-color: rgb(221,15,55); }

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