Html Css Color HEX #DB0831 Crimson

📋 copy color: '#DB0831'

red 219 ◦ green 8 ◦ blue 49

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

Shades of Crimson #DB0831

Tints of Crimson #DB0831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.9%

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

R = 79.35%
G = 2.9%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB0831 (or 0xDB0831) is known color: Crimson. HEX triplet: DB, 08 and 31. RGB value is (219,8,49). Sum of RGB (Red+Green+Blue) = 219+8+49=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0831 is #24F7CE. Grayscale: #4B4B4B. Windows color (decimal): -2422735 or 3213531. OLE color: 3213531.

HSL color Cylindrical-coordinate representation of color #DB0831: hue angle of 348.34º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0831 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 8 49 -
CMYK 0 0.96 0.78 0.14
HSL 348.34º 0.93% 0.45% -
HSV(B) 348.34º 0.96% 0.86% -
XYZ 29.85 15.46 4.32 -
YUV 75.76 112.9 230.17 -
System Red Green Blue C M Y K H S L
Decimal 219 8 49 0 0.96 0.78 0.14 348.34 0.93 0.45
Hex DB 8 31 0 60 4E E 15C 5D 2D
Octal 333 10 61 0 140 116 16 534 135 55
Binary 11011011 1000 110001 0 1100000 1001110 1110 101011100 1011101 101101

Color Harmonies of #DB0831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0831

Black with #DB0831

Text Example


Text Example

White with #DB0831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0831; }

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

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

background-color css

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

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

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

border-color css

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

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

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