Html Css Color HEX #DB1941 Crimson

📋 copy color: '#DB1941'

red 219 ◦ green 25 ◦ blue 65

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

Shades of Crimson #DB1941

Tints of Crimson #DB1941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 70.87%
G = 8.09%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB1941 (or 0xDB1941) is known color: Crimson. HEX triplet: DB, 19 and 41. RGB value is (219,25,65). Sum of RGB (Red+Green+Blue) = 219+25+65=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1941 is #24E6BE. Grayscale: #575757. Windows color (decimal): -2418367 or 4266459. OLE color: 4266459.

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

Color convert

RGB 219 25 65 -
CMYK 0 0.89 0.70 0.14
HSL 347.63º 0.8% 0.48% -
HSV(B) 347.63º 0.89% 0.86% -
XYZ 30.52 16.14 6.51 -
YUV 87.57 115.27 221.75 -
System Red Green Blue C M Y K H S L
Decimal 219 25 65 0 0.89 0.70 0.14 347.63 0.8 0.48
Hex DB 19 41 0 59 46 E 15C 50 30
Octal 333 31 101 0 131 106 16 534 120 60
Binary 11011011 11001 1000001 0 1011001 1000110 1110 101011100 1010000 110000

Color Harmonies of #DB1941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1941

Black with #DB1941

Text Example


Text Example

White with #DB1941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1941; }

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

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

background-color css

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

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

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

border-color css

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

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

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