#DD0030

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

Shades of Crimson #DD0030

Tints of Crimson #DD0030

Color information

#DD0030 (or 0xDD0030) is unknown color: approx Crimson. HEX triplet: DD, 00 and 30. RGB value is (221,0,48). Sum of RGB (Red+Green+Blue) = 221+0+48=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0030 is #22FFCF. Grayscale: #474747. Windows color (decimal): -2293712 or 3145949. OLE color: 3145949.

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

Color convert

RGB221048-
CMYK010.780.13
HSL346.97º100%43.33%-
HSV(B)346.97º100%86.67%-
XYZ30.3515.594.2-
YUV71.55114.72234.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 82.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 17.84%
R=82.16%
G=0%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221048010.780.13346.9710043.33
HexDD0300644ED15b642b
Octal33506001441161553314453
Binary11011101011000001100100100111011011010110111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0030; }

 p { color: rgb(221,0,48); }

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

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

 a { background-color: rgb(221,0,48); }

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

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

 span { border-color: rgb(221,0,48); }

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