Html Css Color HEX #DB0416 Venetian Red

📋 copy color: '#DB0416'

red 219 ◦ green 4 ◦ blue 22

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

Shades of Venetian Red #DB0416

Tints of Venetian Red #DB0416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

 BLUE value IS 22 (8.98% from 255) = 8.98%

R = 89.39%
G = 1.63%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB0416 (or 0xDB0416) is known color: Venetian Red. HEX triplet: DB, 04 and 16. RGB value is (219,4,22). Sum of RGB (Red+Green+Blue) = 219+4+22=245 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.39% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0416 is #24FBE9. Grayscale: #464646. Windows color (decimal): -2423786 or 1443035. OLE color: 1443035.

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

Color convert

RGB 219 4 22 -
CMYK 0 0.98 0.90 0.14
HSL 354.98º 0.96% 0.44% -
HSV(B) 354.98º 0.98% 0.86% -
XYZ 29.4 15.2 2.14 -
YUV 70.34 100.73 234.04 -
System Red Green Blue C M Y K H S L
Decimal 219 4 22 0 0.98 0.90 0.14 354.98 0.96 0.44
Hex DB 4 16 0 62 5A E 163 60 2C
Octal 333 4 26 0 142 132 16 543 140 54
Binary 11011011 100 10110 0 1100010 1011010 1110 101100011 1100000 101100

Color Harmonies of #DB0416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0416

Black with #DB0416

Text Example


Text Example

White with #DB0416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0416; }

 p { color: rgb(219,4,22); }

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

background-color css

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

 a { background-color: rgb(219,4,22); }

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

border-color css

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

 span { border-color: rgb(219,4,22); }

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