#DE0227

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

Shades of Crimson #DE0227

Tints of Crimson #DE0227

Color information

#DE0227 (or 0xDE0227) is unknown color: approx Crimson. HEX triplet: DE, 02 and 27. RGB value is (222,2,39). Sum of RGB (Red+Green+Blue) = 222+2+39=263 (34% of max value = 765). Red value is 222 (87.11% from 255 or 84.41% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0227 is #21FDD8. Grayscale: #484848. Windows color (decimal): -2227673 or 2556638. OLE color: 2556638.

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

Color convert

RGB222239-
CMYK00.990.820.13
HSL349.91º98.21%43.92%-
HSV(B)349.91º99.1%87.06%-
XYZ30.5115.723.35-
YUV72109.39234.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 84.41%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 39 (15.62% from 255) = 14.83%
R=84.41%
G=0.76%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22223900.990.820.13349.9198.2143.92
HexDE22706352D15e622c
Octal33624701431221553614254
Binary110111101010011101100011101001011011010111101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0227; }

 p { color: rgb(222,2,39); }

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

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

 a { background-color: rgb(222,2,39); }

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

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

 span { border-color: rgb(222,2,39); }

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