Html Css Color HEX #DB0712 Venetian Red

📋 copy color: '#DB0712'

red 219 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #DB0712

Tints of Venetian Red #DB0712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 89.75%
G = 2.87%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB0712 (or 0xDB0712) is known color: Venetian Red. HEX triplet: DB, 07 and 12. RGB value is (219,7,18). Sum of RGB (Red+Green+Blue) = 219+7+18=244 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.75% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0712 is #24F8ED. Grayscale: #474747. Windows color (decimal): -2423022 or 1181659. OLE color: 1181659.

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

Color convert

RGB 219 7 18 -
CMYK 0 0.97 0.92 0.14
HSL 356.89º 0.94% 0.44% -
HSV(B) 356.89º 0.97% 0.86% -
XYZ 29.4 15.26 1.97 -
YUV 71.64 97.74 233.11 -
System Red Green Blue C M Y K H S L
Decimal 219 7 18 0 0.97 0.92 0.14 356.89 0.94 0.44
Hex DB 7 12 0 61 5C E 165 5E 2C
Octal 333 7 22 0 141 134 16 545 136 54
Binary 11011011 111 10010 0 1100001 1011100 1110 101100101 1011110 101100

Color Harmonies of #DB0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0712

Black with #DB0712

Text Example


Text Example

White with #DB0712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0712; }

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

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

background-color css

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

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

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

border-color css

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

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

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