#DE0F2A

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

Shades of Crimson #DE0F2A

Tints of Crimson #DE0F2A

Color information

#DE0F2A (or 0xDE0F2A) is unknown color: approx Crimson. HEX triplet: DE, 0F and 2A. RGB value is (222,15,42). Sum of RGB (Red+Green+Blue) = 222+15+42=279 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.57% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0F2A is #21F0D5. Grayscale: #505050. Windows color (decimal): -2224342 or 2756574. OLE color: 2756574.

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

Color convert

RGB2221542-
CMYK00.930.810.13
HSL352.17º87.34%46.47%-
HSV(B)352.17º93.24%87.06%-
XYZ30.7116.043.67-
YUV79.97106.58229.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 79.57%
GREEN value IS 15 (6.25% from 255) = 5.38%
BLUE value IS 42 (16.80% from 255) = 15.05%
R=79.57%
G=5.38%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222154200.930.810.13352.1787.3446.47
HexDEF2A05D51D160572e
Octal336175201351211554012756
Binary11011110111110101001011101101000111011011000001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0F2A; }

 p { color: rgb(222,15,42); }

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

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

 a { background-color: rgb(222,15,42); }

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

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

 span { border-color: rgb(222,15,42); }

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