Html Css Color HEX #DB0005 Venetian Red

📋 copy color: '#DB0005'

red 219 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #DB0005

Tints of Venetian Red #DB0005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.23%

R = 97.77%
G = 0%
B = 2.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB0005 (or 0xDB0005) is known color: Venetian Red. HEX triplet: DB, 00 and 05. RGB value is (219,0,5). Sum of RGB (Red+Green+Blue) = 219+0+5=224 (29% of max value = 765). Red value is 219 (85.94% from 255 or 97.77% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0005 is #24FFFA. Grayscale: #424242. Windows color (decimal): -2424827 or 327899. OLE color: 327899.

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

Color convert

RGB 219 0 5 -
CMYK 0 1 0.98 0.14
HSL 358.63º 1% 0.43% -
HSV(B) 358.63º 1% 0.86% -
XYZ 29.24 15.07 1.51 -
YUV 66.05 93.55 237.09 -
System Red Green Blue C M Y K H S L
Decimal 219 0 5 0 1 0.98 0.14 358.63 1 0.43
Hex DB 0 5 0 64 62 E 167 64 2B
Octal 333 0 5 0 144 142 16 547 144 53
Binary 11011011 0 101 0 1100100 1100010 1110 101100111 1100100 101011

Color Harmonies of #DB0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0005

Black with #DB0005

Text Example


Text Example

White with #DB0005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0005; }

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

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

background-color css

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

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

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

border-color css

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

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

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