#DE002E

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

Shades of Crimson #DE002E

Tints of Crimson #DE002E

Color information

#DE002E (or 0xDE002E) is unknown color: approx Crimson. HEX triplet: DE, 00 and 2E. RGB value is (222,0,46). Sum of RGB (Red+Green+Blue) = 222+0+46=268 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.84% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 222 - color contains mainly: red. Hex color #DE002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE002E is #21FFD1. Grayscale: #474747. Windows color (decimal): -2228178 or 3014878. OLE color: 3014878.

HSL color Cylindrical-coordinate representation of color #DE002E: hue angle of 347.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE002E is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB222046-
CMYK010.790.13
HSL347.57º100%43.53%-
HSV(B)347.57º100%87.06%-
XYZ30.6215.734.01-
YUV71.62113.55235.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 82.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 17.16%
R=82.84%
G=0%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222046010.790.13347.5710043.53
HexDE02E0644FD15c642c
Octal33605601441171553414454
Binary11011110010111001100100100111111011010111001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE002E; }

 p { color: rgb(222,0,46); }

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

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

 a { background-color: rgb(222,0,46); }

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

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

 span { border-color: rgb(222,0,46); }

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