#DE102D

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

Shades of Crimson #DE102D

Tints of Crimson #DE102D

Color information

#DE102D (or 0xDE102D) is unknown color: approx Crimson. HEX triplet: DE, 10 and 2D. RGB value is (222,16,45). Sum of RGB (Red+Green+Blue) = 222+16+45=283 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.45% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 222 - color contains mainly: red. Hex color #DE102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE102D is #21EFD2. Grayscale: #505050. Windows color (decimal): -2224083 or 2953438. OLE color: 2953438.

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

Color convert

RGB2221645-
CMYK00.930.800.13
HSL351.55º86.55%46.67%-
HSV(B)351.55º92.79%87.06%-
XYZ30.7816.093.97-
YUV80.9107.75228.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 78.45%
GREEN value IS 16 (6.64% from 255) = 5.65%
BLUE value IS 45 (17.97% from 255) = 15.90%
R=78.45%
G=5.65%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222164500.930.800.13351.5586.5546.67
HexDE102D05D50D160572f
Octal336205501351201554012757
Binary110111101000010110101011101101000011011011000001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE102D; }

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

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

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

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

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

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

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

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