Html Css Color HEX #DB0204 Venetian Red

📋 copy color: '#DB0204'

red 219 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #DB0204

Tints of Venetian Red #DB0204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

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

R = 97.33%
G = 0.89%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB0204 (or 0xDB0204) is known color: Venetian Red. HEX triplet: DB, 02 and 04. RGB value is (219,2,4). Sum of RGB (Red+Green+Blue) = 219+2+4=225 (29% of max value = 765). Red value is 219 (85.94% from 255 or 97.33% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0204 is #24FDFB. Grayscale: #434343. Windows color (decimal): -2424316 or 262875. OLE color: 262875.

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

Color convert

RGB 219 2 4 -
CMYK 0 0.99 0.98 0.14
HSL 359.45º 0.98% 0.43% -
HSV(B) 359.45º 0.99% 0.86% -
XYZ 29.26 15.11 1.49 -
YUV 67.11 92.39 236.34 -
System Red Green Blue C M Y K H S L
Decimal 219 2 4 0 0.99 0.98 0.14 359.45 0.98 0.43
Hex DB 2 4 0 63 62 E 167 62 2B
Octal 333 2 4 0 143 142 16 547 142 53
Binary 11011011 10 100 0 1100011 1100010 1110 101100111 1100010 101011

Color Harmonies of #DB0204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0204

Black with #DB0204

Text Example


Text Example

White with #DB0204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0204; }

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

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

background-color css

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

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

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

border-color css

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

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

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