Html Css Color HEX #DB1831 Crimson

📋 copy color: '#DB1831'

red 219 ◦ green 24 ◦ blue 49

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

Shades of Crimson #DB1831

Tints of Crimson #DB1831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.22%

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

R = 75%
G = 8.22%
B = 16.78%

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

#DB1831 (or 0xDB1831) is known color: Crimson. HEX triplet: DB, 18 and 31. RGB value is (219,24,49). Sum of RGB (Red+Green+Blue) = 219+24+49=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1831 is #24E7CE. Grayscale: #555555. Windows color (decimal): -2418639 or 3217627. OLE color: 3217627.

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

Color convert

RGB 219 24 49 -
CMYK 0 0.89 0.78 0.14
HSL 352.31º 0.8% 0.48% -
HSV(B) 352.31º 0.89% 0.86% -
XYZ 30.09 15.94 4.4 -
YUV 85.16 107.6 223.47 -
System Red Green Blue C M Y K H S L
Decimal 219 24 49 0 0.89 0.78 0.14 352.31 0.8 0.48
Hex DB 18 31 0 59 4E E 160 50 30
Octal 333 30 61 0 131 116 16 540 120 60
Binary 11011011 11000 110001 0 1011001 1001110 1110 101100000 1010000 110000

Color Harmonies of #DB1831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1831

Black with #DB1831

Text Example


Text Example

White with #DB1831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1831; }

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

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

background-color css

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

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

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

border-color css

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

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

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