Html Css Color HEX #DB0717 Venetian Red

📋 copy color: '#DB0717'

red 219 ◦ green 7 ◦ blue 23

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

Shades of Venetian Red #DB0717

Tints of Venetian Red #DB0717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.24%

R = 87.95%
G = 2.81%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB0717 (or 0xDB0717) is known color: Venetian Red. HEX triplet: DB, 07 and 17. RGB value is (219,7,23). Sum of RGB (Red+Green+Blue) = 219+7+23=249 (32% of max value = 765). Red value is 219 (85.94% from 255 or 87.95% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0717 is #24F8E8. Grayscale: #484848. Windows color (decimal): -2423017 or 1509339. OLE color: 1509339.

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

Color convert

RGB 219 7 23 -
CMYK 0 0.97 0.89 0.14
HSL 355.47º 0.94% 0.44% -
HSV(B) 355.47º 0.97% 0.86% -
XYZ 29.44 15.27 2.21 -
YUV 72.21 100.24 232.7 -
System Red Green Blue C M Y K H S L
Decimal 219 7 23 0 0.97 0.89 0.14 355.47 0.94 0.44
Hex DB 7 17 0 61 59 E 163 5E 2C
Octal 333 7 27 0 141 131 16 543 136 54
Binary 11011011 111 10111 0 1100001 1011001 1110 101100011 1011110 101100

Color Harmonies of #DB0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0717

Black with #DB0717

Text Example


Text Example

White with #DB0717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0717; }

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

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

background-color css

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

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

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

border-color css

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

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

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