#DE1741

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

Shades of Crimson #DE1741

Tints of Crimson #DE1741

Color information

#DE1741 (or 0xDE1741) is unknown color: approx Crimson. HEX triplet: DE, 17 and 41. RGB value is (222,23,65). Sum of RGB (Red+Green+Blue) = 222+23+65=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1741 is #21E8BE. Grayscale: #575757. Windows color (decimal): -2222271 or 4265950. OLE color: 4265950.

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

Color convert

RGB2222365-
CMYK00.900.710.13
HSL347.34º81.22%48.04%-
HSV(B)347.34º89.64%87.06%-
XYZ31.3816.526.54-
YUV87.29115.43224.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 71.61%
GREEN value IS 23 (9.38% from 255) = 7.42%
BLUE value IS 65 (25.78% from 255) = 20.97%
R=71.61%
G=7.42%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222236500.900.710.13347.3481.2248.04
HexDE174105A47D15b5130
Octal3362710101321071553312160
Binary1101111010111100000101011010100011111011010110111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1741; }

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

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

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

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

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

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

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

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