#DB122E

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

Shades of Crimson #DB122E

Tints of Crimson #DB122E

Color information

#DB122E (or 0xDB122E) is unknown color: approx Crimson. HEX triplet: DB, 12 and 2E. RGB value is (219,18,46). Sum of RGB (Red+Green+Blue) = 219+18+46=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB122E is #24EDD1. Grayscale: #515151. Windows color (decimal): -2420178 or 3019483. OLE color: 3019483.

HSL color Cylindrical-coordinate representation of color #DB122E: hue angle of 351.64º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB122E is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB2191846-
CMYK00.920.790.14
HSL351.64º84.81%46.47%-
HSV(B)351.64º91.78%85.88%-
XYZ29.9215.694.04-
YUV81.29108.09226.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 77.39%
GREEN value IS 18 (7.42% from 255) = 6.36%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=77.39%
G=6.36%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219184600.920.790.14351.6484.8146.47
HexDB122E05C4FE160552e
Octal333225601341171654012556
Binary110110111001010111001011100100111111101011000001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB122E; }

 p { color: rgb(219,18,46); }

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

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

 a { background-color: rgb(219,18,46); }

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

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

 span { border-color: rgb(219,18,46); }

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