Html Css Color HEX #DB1949 Crimson

📋 copy color: '#DB1949'

red 219 ◦ green 25 ◦ blue 73

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

Shades of Crimson #DB1949

Tints of Crimson #DB1949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.89%

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 69.09%
G = 7.89%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB1949 (or 0xDB1949) is known color: Crimson. HEX triplet: DB, 19 and 49. RGB value is (219,25,73). Sum of RGB (Red+Green+Blue) = 219+25+73=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1949 is #24E6B6. Grayscale: #585858. Windows color (decimal): -2418359 or 4790747. OLE color: 4790747.

HSL color Cylindrical-coordinate representation of color #DB1949: hue angle of 345.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1949 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 25 73 -
CMYK 0 0.89 0.67 0.14
HSL 345.15º 0.8% 0.48% -
HSV(B) 345.15º 0.89% 0.86% -
XYZ 30.76 16.24 7.82 -
YUV 88.48 119.27 221.1 -
System Red Green Blue C M Y K H S L
Decimal 219 25 73 0 0.89 0.67 0.14 345.15 0.8 0.48
Hex DB 19 49 0 59 43 E 159 50 30
Octal 333 31 111 0 131 103 16 531 120 60
Binary 11011011 11001 1001001 0 1011001 1000011 1110 101011001 1010000 110000

Color Harmonies of #DB1949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1949

Black with #DB1949

Text Example


Text Example

White with #DB1949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1949; }

 p { color: rgb(219,25,73); }

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

background-color css

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

 a { background-color: rgb(219,25,73); }

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

border-color css

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

 span { border-color: rgb(219,25,73); }

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