Html Css Color HEX #DB070E Venetian Red

📋 copy color: '#DB070E'

red 219 ◦ green 7 ◦ blue 14

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

Shades of Venetian Red #DB070E

Tints of Venetian Red #DB070E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 91.25%
G = 2.92%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB070E (or 0xDB070E) is known color: Venetian Red. HEX triplet: DB, 07 and 0E. RGB value is (219,7,14). Sum of RGB (Red+Green+Blue) = 219+7+14=240 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.25% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 219 - color contains mainly: red. Hex color #DB070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB070E is #24F8F1. Grayscale: #474747. Windows color (decimal): -2423026 or 919515. OLE color: 919515.

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

Color convert

RGB 219 7 14 -
CMYK 0 0.97 0.94 0.14
HSL 358.02º 0.94% 0.44% -
HSV(B) 358.02º 0.97% 0.86% -
XYZ 29.37 15.24 1.81 -
YUV 71.19 95.74 233.43 -
System Red Green Blue C M Y K H S L
Decimal 219 7 14 0 0.97 0.94 0.14 358.02 0.94 0.44
Hex DB 7 E 0 61 5E E 166 5E 2C
Octal 333 7 16 0 141 136 16 546 136 54
Binary 11011011 111 1110 0 1100001 1011110 1110 101100110 1011110 101100

Color Harmonies of #DB070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB070E

Black with #DB070E

Text Example


Text Example

White with #DB070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB070E; }

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

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

background-color css

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

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

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

border-color css

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

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

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