Html Css Color HEX #DB020B Venetian Red

📋 copy color: '#DB020B'

red 219 ◦ green 2 ◦ blue 11

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

Shades of Venetian Red #DB020B

Tints of Venetian Red #DB020B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.74%

R = 94.4%
G = 0.86%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB020B (or 0xDB020B) is known color: Venetian Red. HEX triplet: DB, 02 and 0B. RGB value is (219,2,11). Sum of RGB (Red+Green+Blue) = 219+2+11=232 (30% of max value = 765). Red value is 219 (85.94% from 255 or 94.40% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 219 - color contains mainly: red. Hex color #DB020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB020B is #24FDF4. Grayscale: #444444. Windows color (decimal): -2424309 or 721627. OLE color: 721627.

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

Color convert

RGB 219 2 11 -
CMYK 0 0.99 0.95 0.14
HSL 357.51º 0.98% 0.43% -
HSV(B) 357.51º 0.99% 0.86% -
XYZ 29.3 15.13 1.69 -
YUV 67.91 95.89 235.77 -
System Red Green Blue C M Y K H S L
Decimal 219 2 11 0 0.99 0.95 0.14 357.51 0.98 0.43
Hex DB 2 B 0 63 5F E 166 62 2B
Octal 333 2 13 0 143 137 16 546 142 53
Binary 11011011 10 1011 0 1100011 1011111 1110 101100110 1100010 101011

Color Harmonies of #DB020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB020B

Black with #DB020B

Text Example


Text Example

White with #DB020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB020B; }

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

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

background-color css

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

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

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

border-color css

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

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

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