#de0e33

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

Shades of Crimson #DE0E33

Tints of Crimson #DE0E33

Color information

#DE0E33 (or 0xDE0E33) is unknown color: approx Crimson. HEX triplet: DE, 0E and 33. RGB value is (222,14,51). Sum of RGB (Red+Green+Blue) = 222+14+51=287 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.35% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0E33 is #21F1CC. Grayscale: #505050. Windows color (decimal): -2224589 or 3346142. OLE color: 3346142.

HSL color Cylindrical-coordinate representation of color #DE0E33: hue angle of 349.33º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0E33 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB2221451-
CMYK00.940.770.13
HSL349.33º88.14%46.27%-
HSV(B)349.33º93.69%87.06%-
XYZ30.8816.084.61-
YUV80.41111.41228.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 77.35%
GREEN value IS 14 (5.86% from 255) = 4.88%
BLUE value IS 51 (20.31% from 255) = 17.77%
R=77.35%
G=4.88%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222145100.940.770.13349.3388.1446.27
HexDEE3305E4DD15d582e
Octal336166301361151553513056
Binary11011110111011001101011110100110111011010111011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de0e33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de0e33; }

 p { color: rgb(222,14,51); }

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

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

 a { background-color: rgb(222,14,51); }

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

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

 span { border-color: rgb(222,14,51); }

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