#DE1742

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

Shades of Crimson #DE1742

Tints of Crimson #DE1742

Color information

#DE1742 (or 0xDE1742) is unknown color: approx Crimson. HEX triplet: DE, 17 and 42. RGB value is (222,23,66). Sum of RGB (Red+Green+Blue) = 222+23+66=311 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.38% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1742 is #21E8BD. Grayscale: #575757. Windows color (decimal): -2222270 or 4331486. OLE color: 4331486.

HSL color Cylindrical-coordinate representation of color #DE1742: hue angle of 347.04º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE1742 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB2222366-
CMYK00.900.700.13
HSL347.04º81.22%48.04%-
HSV(B)347.04º89.64%87.06%-
XYZ31.4116.546.69-
YUV87.4115.93224-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 71.38%
GREEN value IS 23 (9.38% from 255) = 7.40%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=71.38%
G=7.40%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222236600.900.700.13347.0481.2248.04
HexDE174205A46D15b5130
Octal3362710201321061553312160
Binary1101111010111100001001011010100011011011010110111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1742; }

 p { color: rgb(222,23,66); }

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

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

 a { background-color: rgb(222,23,66); }

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

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

 span { border-color: rgb(222,23,66); }

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