Html Css Color HEX #DB112C Crimson

📋 copy color: '#DB112C'

red 219 ◦ green 17 ◦ blue 44

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

Shades of Crimson #DB112C

Tints of Crimson #DB112C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.07%

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

R = 78.21%
G = 6.07%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB112C (or 0xDB112C) is known color: Crimson. HEX triplet: DB, 11 and 2C. RGB value is (219,17,44). Sum of RGB (Red+Green+Blue) = 219+17+44=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB112C is #24EED3. Grayscale: #505050. Windows color (decimal): -2420436 or 2888155. OLE color: 2888155.

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

Color convert

RGB 219 17 44 -
CMYK 0 0.92 0.80 0.14
HSL 351.98º 0.86% 0.46% -
HSV(B) 351.98º 0.92% 0.86% -
XYZ 29.87 15.64 3.83 -
YUV 80.48 107.42 226.8 -
System Red Green Blue C M Y K H S L
Decimal 219 17 44 0 0.92 0.80 0.14 351.98 0.86 0.46
Hex DB 11 2C 0 5C 50 E 160 56 2E
Octal 333 21 54 0 134 120 16 540 126 56
Binary 11011011 10001 101100 0 1011100 1010000 1110 101100000 1010110 101110

Color Harmonies of #DB112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB112C

Black with #DB112C

Text Example


Text Example

White with #DB112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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