Html Css Color HEX #DB112D Crimson

📋 copy color: '#DB112D'

red 219 ◦ green 17 ◦ blue 45

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

Shades of Crimson #DB112D

Tints of Crimson #DB112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 77.94%
G = 6.05%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB112D (or 0xDB112D) is known color: Crimson. HEX triplet: DB, 11 and 2D. RGB value is (219,17,45). Sum of RGB (Red+Green+Blue) = 219+17+45=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB112D is #24EED2. Grayscale: #505050. Windows color (decimal): -2420435 or 2953691. OLE color: 2953691.

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

Color convert

RGB 219 17 45 -
CMYK 0 0.92 0.79 0.14
HSL 351.68º 0.86% 0.46% -
HSV(B) 351.68º 0.92% 0.86% -
XYZ 29.89 15.65 3.93 -
YUV 80.59 107.92 226.72 -
System Red Green Blue C M Y K H S L
Decimal 219 17 45 0 0.92 0.79 0.14 351.68 0.86 0.46
Hex DB 11 2D 0 5C 4F E 160 56 2E
Octal 333 21 55 0 134 117 16 540 126 56
Binary 11011011 10001 101101 0 1011100 1001111 1110 101100000 1010110 101110

Color Harmonies of #DB112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB112D

Black with #DB112D

Text Example


Text Example

White with #DB112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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