Html Css Color HEX #DB1146 Crimson

📋 copy color: '#DB1146'

red 219 ◦ green 17 ◦ blue 70

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

Shades of Crimson #DB1146

Tints of Crimson #DB1146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.88%

R = 71.57%
G = 5.56%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB1146 (or 0xDB1146) is known color: Crimson. HEX triplet: DB, 11 and 46. RGB value is (219,17,70). Sum of RGB (Red+Green+Blue) = 219+17+70=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1146 is #24EEB9. Grayscale: #535353. Windows color (decimal): -2420410 or 4592091. OLE color: 4592091.

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

Color convert

RGB 219 17 70 -
CMYK 0 0.92 0.68 0.14
HSL 344.26º 0.86% 0.46% -
HSV(B) 344.26º 0.92% 0.86% -
XYZ 30.52 15.9 7.26 -
YUV 83.44 120.42 224.69 -
System Red Green Blue C M Y K H S L
Decimal 219 17 70 0 0.92 0.68 0.14 344.26 0.86 0.46
Hex DB 11 46 0 5C 44 E 158 56 2E
Octal 333 21 106 0 134 104 16 530 126 56
Binary 11011011 10001 1000110 0 1011100 1000100 1110 101011000 1010110 101110

Color Harmonies of #DB1146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1146

Black with #DB1146

Text Example


Text Example

White with #DB1146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1146; }

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

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

background-color css

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

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

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

border-color css

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

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

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