Html Css Color HEX #DB070F Venetian Red

📋 copy color: '#DB070F'

red 219 ◦ green 7 ◦ blue 15

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

Shades of Venetian Red #DB070F

Tints of Venetian Red #DB070F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.22%

R = 90.87%
G = 2.9%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB070F (or 0xDB070F) is known color: Venetian Red. HEX triplet: DB, 07 and 0F. RGB value is (219,7,15). Sum of RGB (Red+Green+Blue) = 219+7+15=241 (31% of max value = 765). Red value is 219 (85.94% from 255 or 90.87% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 219 - color contains mainly: red. Hex color #DB070F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB070F is #24F8F0. Grayscale: #474747. Windows color (decimal): -2423025 or 985051. OLE color: 985051.

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

Color convert

RGB 219 7 15 -
CMYK 0 0.97 0.93 0.14
HSL 357.74º 0.94% 0.44% -
HSV(B) 357.74º 0.97% 0.86% -
XYZ 29.38 15.25 1.85 -
YUV 71.3 96.24 233.35 -
System Red Green Blue C M Y K H S L
Decimal 219 7 15 0 0.97 0.93 0.14 357.74 0.94 0.44
Hex DB 7 F 0 61 5D E 166 5E 2C
Octal 333 7 17 0 141 135 16 546 136 54
Binary 11011011 111 1111 0 1100001 1011101 1110 101100110 1011110 101100

Color Harmonies of #DB070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB070F

Black with #DB070F

Text Example


Text Example

White with #DB070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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