Html Css Color HEX #DB070B Venetian Red

📋 copy color: '#DB070B'

red 219 ◦ green 7 ◦ blue 11

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

Shades of Venetian Red #DB070B

Tints of Venetian Red #DB070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.95%

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

R = 92.41%
G = 2.95%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB070B (or 0xDB070B) is known color: Venetian Red. HEX triplet: DB, 07 and 0B. RGB value is (219,7,11). Sum of RGB (Red+Green+Blue) = 219+7+11=237 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.41% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 219 - color contains mainly: red. Hex color #DB070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB070B is #24F8F4. Grayscale: #474747. Windows color (decimal): -2423029 or 722907. OLE color: 722907.

HSL color Cylindrical-coordinate representation of color #DB070B: hue angle of 358.87º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB070B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 7 11 -
CMYK 0 0.97 0.95 0.14
HSL 358.87º 0.94% 0.44% -
HSV(B) 358.87º 0.97% 0.86% -
XYZ 29.35 15.24 1.71 -
YUV 70.84 94.24 233.67 -
System Red Green Blue C M Y K H S L
Decimal 219 7 11 0 0.97 0.95 0.14 358.87 0.94 0.44
Hex DB 7 B 0 61 5F E 167 5E 2C
Octal 333 7 13 0 141 137 16 547 136 54
Binary 11011011 111 1011 0 1100001 1011111 1110 101100111 1011110 101100

Color Harmonies of #DB070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB070B

Black with #DB070B

Text Example


Text Example

White with #DB070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB070B; }

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

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

background-color css

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

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

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

border-color css

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

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

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