Html Css Color HEX #DB162C Crimson

📋 copy color: '#DB162C'

red 219 ◦ green 22 ◦ blue 44

#DB162C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #DB162C

Tints of Crimson #DB162C

RGB

 RED value IS 219 (85.94% from 255) = 76.84%

 GREEN value IS 22 (8.98% from 255) = 7.72%

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 76.84%
G = 7.72%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB162C (or 0xDB162C) is known color: Crimson. HEX triplet: DB, 16 and 2C. RGB value is (219,22,44). Sum of RGB (Red+Green+Blue) = 219+22+44=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB162C is #24E9D3. Grayscale: #535353. Windows color (decimal): -2419156 or 2889435. OLE color: 2889435.

HSL color Cylindrical-coordinate representation of color #DB162C: hue angle of 353.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB162C is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 22 44 -
CMYK 0 0.90 0.80 0.14
HSL 353.3º 0.82% 0.47% -
HSV(B) 353.3º 0.9% 0.86% -
XYZ 29.95 15.82 3.86 -
YUV 83.41 105.77 224.71 -
System Red Green Blue C M Y K H S L
Decimal 219 22 44 0 0.90 0.80 0.14 353.3 0.82 0.47
Hex DB 16 2C 0 5A 50 E 161 52 2F
Octal 333 26 54 0 132 120 16 541 122 57
Binary 11011011 10110 101100 0 1011010 1010000 1110 101100001 1010010 101111

Color Harmonies of #DB162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB162C

Black with #DB162C

Text Example


Text Example

White with #DB162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB162C; }

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

 H1.HeaderClassName
 {
   color: #DB162C;
 }
 .AnyTagClassName
 {
   color: #DB162C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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