#DD1E40

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

Shades of Crimson #DD1E40

Tints of Crimson #DD1E40

Color information

#DD1E40 (or 0xDD1E40) is unknown color: approx Crimson. HEX triplet: DD, 1E and 40. RGB value is (221,30,64). Sum of RGB (Red+Green+Blue) = 221+30+64=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E40 is #22E1BF. Grayscale: #5B5B5B. Windows color (decimal): -2286016 or 4202205. OLE color: 4202205.

HSL color Cylindrical-coordinate representation of color #DD1E40: hue angle of 349.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1E40 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB2213064-
CMYK00.860.710.13
HSL349.32º76.1%49.22%-
HSV(B)349.32º86.43%86.67%-
XYZ31.2116.676.42-
YUV90.98112.78220.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 70.16%
GREEN value IS 30 (12.11% from 255) = 9.52%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=70.16%
G=9.52%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221306400.860.710.13349.3276.149.22
HexDD1E4005647D15d4c31
Octal3353610001261071553511461
Binary1101110111110100000001010110100011111011010111011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1E40; }

 p { color: rgb(221,30,64); }

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

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

 a { background-color: rgb(221,30,64); }

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

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

 span { border-color: rgb(221,30,64); }

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