Html Css Color HEX #DB0014 Venetian Red

📋 copy color: '#DB0014'

red 219 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #DB0014

Tints of Venetian Red #DB0014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.63%
G = 0%
B = 8.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB0014 (or 0xDB0014) is known color: Venetian Red. HEX triplet: DB, 00 and 14. RGB value is (219,0,20). Sum of RGB (Red+Green+Blue) = 219+0+20=239 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.63% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0014 is #24FFEB. Grayscale: #434343. Windows color (decimal): -2424812 or 1310939. OLE color: 1310939.

HSL color Cylindrical-coordinate representation of color #DB0014: hue angle of 354.52º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0014 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 0 20 -
CMYK 0 1 0.91 0.14
HSL 354.52º 1% 0.43% -
HSV(B) 354.52º 1% 0.86% -
XYZ 29.34 15.11 2.03 -
YUV 67.76 101.05 235.87 -
System Red Green Blue C M Y K H S L
Decimal 219 0 20 0 1 0.91 0.14 354.52 1 0.43
Hex DB 0 14 0 64 5B E 163 64 2B
Octal 333 0 24 0 144 133 16 543 144 53
Binary 11011011 0 10100 0 1100100 1011011 1110 101100011 1100100 101011

Color Harmonies of #DB0014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0014

Black with #DB0014

Text Example


Text Example

White with #DB0014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0014; }

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

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

background-color css

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

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

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

border-color css

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

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

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