#DD0028

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

Shades of Crimson #DD0028

Tints of Crimson #DD0028

Color information

#DD0028 (or 0xDD0028) is unknown color: approx Crimson. HEX triplet: DD, 00 and 28. RGB value is (221,0,40). Sum of RGB (Red+Green+Blue) = 221+0+40=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0028 is #22FFD7. Grayscale: #464646. Windows color (decimal): -2293720 or 2621661. OLE color: 2621661.

HSL color Cylindrical-coordinate representation of color #DD0028: hue angle of 349.14º 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 #DD0028 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB221040-
CMYK010.820.13
HSL349.14º100%43.33%-
HSV(B)349.14º100%86.67%-
XYZ30.215.533.41-
YUV70.64110.72235.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 84.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 15.33%
R=84.67%
G=0%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221040010.820.13349.1410043.33
HexDD02806452D15d642b
Octal33505001441221553514453
Binary11011101010100001100100101001011011010111011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0028; }

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

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

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

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

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

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

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

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