Html Css Color HEX #DB0814 Venetian Red

📋 copy color: '#DB0814'

red 219 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #DB0814

Tints of Venetian Red #DB0814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 88.66%
G = 3.24%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB0814 (or 0xDB0814) is known color: Venetian Red. HEX triplet: DB, 08 and 14. RGB value is (219,8,20). Sum of RGB (Red+Green+Blue) = 219+8+20=247 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.66% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0814 is #24F7EB. Grayscale: #484848. Windows color (decimal): -2422764 or 1312987. OLE color: 1312987.

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

Color convert

RGB 219 8 20 -
CMYK 0 0.96 0.91 0.14
HSL 356.59º 0.93% 0.45% -
HSV(B) 356.59º 0.96% 0.86% -
XYZ 29.43 15.28 2.06 -
YUV 72.46 98.4 232.52 -
System Red Green Blue C M Y K H S L
Decimal 219 8 20 0 0.96 0.91 0.14 356.59 0.93 0.45
Hex DB 8 14 0 60 5B E 165 5D 2D
Octal 333 10 24 0 140 133 16 545 135 55
Binary 11011011 1000 10100 0 1100000 1011011 1110 101100101 1011101 101101

Color Harmonies of #DB0814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0814

Black with #DB0814

Text Example


Text Example

White with #DB0814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0814; }

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

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

background-color css

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

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

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

border-color css

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

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

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