Html Css Color HEX #DB0408 Venetian Red

📋 copy color: '#DB0408'

red 219 ◦ green 4 ◦ blue 8

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

Shades of Venetian Red #DB0408

Tints of Venetian Red #DB0408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.46%

R = 94.81%
G = 1.73%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB0408 (or 0xDB0408) is known color: Venetian Red. HEX triplet: DB, 04 and 08. RGB value is (219,4,8). Sum of RGB (Red+Green+Blue) = 219+4+8=231 (30% of max value = 765). Red value is 219 (85.94% from 255 or 94.81% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0408 is #24FBF7. Grayscale: #444444. Windows color (decimal): -2423800 or 525531. OLE color: 525531.

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

Color convert

RGB 219 4 8 -
CMYK 0 0.98 0.96 0.14
HSL 358.88º 0.96% 0.44% -
HSV(B) 358.88º 0.98% 0.86% -
XYZ 29.3 15.16 1.61 -
YUV 68.74 93.73 235.17 -
System Red Green Blue C M Y K H S L
Decimal 219 4 8 0 0.98 0.96 0.14 358.88 0.96 0.44
Hex DB 4 8 0 62 60 E 167 60 2C
Octal 333 4 10 0 142 140 16 547 140 54
Binary 11011011 100 1000 0 1100010 1100000 1110 101100111 1100000 101100

Color Harmonies of #DB0408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0408

Black with #DB0408

Text Example


Text Example

White with #DB0408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0408; }

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

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

background-color css

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

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

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

border-color css

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

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

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