Html Css Color HEX #DB0104 Venetian Red

📋 copy color: '#DB0104'

red 219 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #DB0104

Tints of Venetian Red #DB0104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 4 (1.95% from 255) = 1.79%

R = 97.77%
G = 0.45%
B = 1.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB0104 (or 0xDB0104) is known color: Venetian Red. HEX triplet: DB, 01 and 04. RGB value is (219,1,4). Sum of RGB (Red+Green+Blue) = 219+1+4=224 (29% of max value = 765). Red value is 219 (85.94% from 255 or 97.77% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0104 is #24FEFB. Grayscale: #424242. Windows color (decimal): -2424572 or 262619. OLE color: 262619.

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

Color convert

RGB 219 1 4 -
CMYK 0 1.00 0.98 0.14
HSL 359.17º 0.99% 0.43% -
HSV(B) 359.17º 1% 0.86% -
XYZ 29.25 15.09 1.49 -
YUV 66.52 92.72 236.76 -
System Red Green Blue C M Y K H S L
Decimal 219 1 4 0 1.00 0.98 0.14 359.17 0.99 0.43
Hex DB 1 4 0 64 62 E 167 63 2B
Octal 333 1 4 0 144 142 16 547 143 53
Binary 11011011 1 100 0 1100100 1100010 1110 101100111 1100011 101011

Color Harmonies of #DB0104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0104

Black with #DB0104

Text Example


Text Example

White with #DB0104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0104; }

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

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

background-color css

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

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

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

border-color css

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

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

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