#DB122C

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

Shades of Crimson #DB122C

Tints of Crimson #DB122C

Color information

#DB122C (or 0xDB122C) is unknown color: approx Crimson. HEX triplet: DB, 12 and 2C. RGB value is (219,18,44). Sum of RGB (Red+Green+Blue) = 219+18+44=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB122C is #24EDD3. Grayscale: #515151. Windows color (decimal): -2420180 or 2888411. OLE color: 2888411.

HSL color Cylindrical-coordinate representation of color #DB122C: hue angle of 352.24º 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 #DB122C is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB2191844-
CMYK00.920.800.14
HSL352.24º84.81%46.47%-
HSV(B)352.24º91.78%85.88%-
XYZ29.8815.673.83-
YUV81.06107.09226.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 77.94%
GREEN value IS 18 (7.42% from 255) = 6.41%
BLUE value IS 44 (17.58% from 255) = 15.66%
R=77.94%
G=6.41%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219184400.920.800.14352.2484.8146.47
HexDB122C05C50E160552e
Octal333225401341201654012556
Binary110110111001010110001011100101000011101011000001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB122C; }

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

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

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

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

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

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

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

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