#DD1E41

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

Shades of Crimson #DD1E41

Tints of Crimson #DD1E41

Color information

#DD1E41 (or 0xDD1E41) is unknown color: approx Crimson. HEX triplet: DD, 1E and 41. RGB value is (221,30,65). Sum of RGB (Red+Green+Blue) = 221+30+65=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E41 is #22E1BE. Grayscale: #5B5B5B. Windows color (decimal): -2286015 or 4267741. OLE color: 4267741.

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

Color convert

RGB2213065-
CMYK00.860.710.13
HSL349.01º76.1%49.22%-
HSV(B)349.01º86.43%86.67%-
XYZ31.2416.686.57-
YUV91.1113.28220.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 69.94%
GREEN value IS 30 (12.11% from 255) = 9.49%
BLUE value IS 65 (25.78% from 255) = 20.57%
R=69.94%
G=9.49%
B=20.57%

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
Decimal221306500.860.710.13349.0176.149.22
HexDD1E4105647D15d4c31
Octal3353610101261071553511461
Binary1101110111110100000101010110100011111011010111011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1E41; }

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

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

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

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

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

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

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

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