#DD0042

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

Shades of Crimson #DD0042

Tints of Crimson #DD0042

Color information

#DD0042 (or 0xDD0042) is unknown color: approx Crimson. HEX triplet: DD, 00 and 42. RGB value is (221,0,66). Sum of RGB (Red+Green+Blue) = 221+0+66=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0042 is #22FFBD. Grayscale: #494949. Windows color (decimal): -2293694 or 4325597. OLE color: 4325597.

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

Color convert

RGB221066-
CMYK010.700.13
HSL342.08º100%43.33%-
HSV(B)342.08º100%86.67%-
XYZ30.815.776.57-
YUV73.6123.72233.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 77.00%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 23.00%
R=77.00%
G=0%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221066010.700.13342.0810043.33
HexDD04206446D156642b
Octal335010201441061552614453
Binary110111010100001001100100100011011011010101101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0042; }

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

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

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

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

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

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

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

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