Html Css Color HEX #DB1931 Crimson

📋 copy color: '#DB1931'

red 219 ◦ green 25 ◦ blue 49

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

Shades of Crimson #DB1931

Tints of Crimson #DB1931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.72%

R = 74.74%
G = 8.53%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB1931 (or 0xDB1931) is known color: Crimson. HEX triplet: DB, 19 and 31. RGB value is (219,25,49). Sum of RGB (Red+Green+Blue) = 219+25+49=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1931 is #24E6CE. Grayscale: #555555. Windows color (decimal): -2418383 or 3217883. OLE color: 3217883.

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

Color convert

RGB 219 25 49 -
CMYK 0 0.89 0.78 0.14
HSL 352.58º 0.8% 0.48% -
HSV(B) 352.58º 0.89% 0.86% -
XYZ 30.12 15.98 4.4 -
YUV 85.74 107.27 223.05 -
System Red Green Blue C M Y K H S L
Decimal 219 25 49 0 0.89 0.78 0.14 352.58 0.8 0.48
Hex DB 19 31 0 59 4E E 161 50 30
Octal 333 31 61 0 131 116 16 541 120 60
Binary 11011011 11001 110001 0 1011001 1001110 1110 101100001 1010000 110000

Color Harmonies of #DB1931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1931

Black with #DB1931

Text Example


Text Example

White with #DB1931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1931; }

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

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

background-color css

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

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

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

border-color css

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

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

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