#DE002D

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

Shades of Crimson #DE002D

Tints of Crimson #DE002D

Color information

#DE002D (or 0xDE002D) is unknown color: approx Crimson. HEX triplet: DE, 00 and 2D. RGB value is (222,0,45). Sum of RGB (Red+Green+Blue) = 222+0+45=267 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.15% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 222 - color contains mainly: red. Hex color #DE002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE002D is #21FFD2. Grayscale: #474747. Windows color (decimal): -2228179 or 2949342. OLE color: 2949342.

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

Color convert

RGB222045-
CMYK010.800.13
HSL347.84º100%43.53%-
HSV(B)347.84º100%87.06%-
XYZ30.615.723.9-
YUV71.51113.05235.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 83.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 16.85%
R=83.15%
G=0%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222045010.800.13347.8410043.53
HexDE02D06450D15c642c
Octal33605501441201553414454
Binary11011110010110101100100101000011011010111001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE002D; }

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

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

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

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

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

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

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

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