Html Css Color HEX #DB0617 Venetian Red

📋 copy color: '#DB0617'

red 219 ◦ green 6 ◦ blue 23

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

Shades of Venetian Red #DB0617

Tints of Venetian Red #DB0617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.42%

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

R = 88.31%
G = 2.42%
B = 9.27%

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

#DB0617 (or 0xDB0617) is known color: Venetian Red. HEX triplet: DB, 06 and 17. RGB value is (219,6,23). Sum of RGB (Red+Green+Blue) = 219+6+23=248 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.31% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0617 is #24F9E8. Grayscale: #474747. Windows color (decimal): -2423273 or 1509083. OLE color: 1509083.

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

Color convert

RGB 219 6 23 -
CMYK 0 0.97 0.89 0.14
HSL 355.21º 0.95% 0.44% -
HSV(B) 355.21º 0.97% 0.86% -
XYZ 29.43 15.25 2.2 -
YUV 71.63 100.57 233.12 -
System Red Green Blue C M Y K H S L
Decimal 219 6 23 0 0.97 0.89 0.14 355.21 0.95 0.44
Hex DB 6 17 0 61 59 E 163 5F 2C
Octal 333 6 27 0 141 131 16 543 137 54
Binary 11011011 110 10111 0 1100001 1011001 1110 101100011 1011111 101100

Color Harmonies of #DB0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0617

Black with #DB0617

Text Example


Text Example

White with #DB0617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0617; }

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

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

background-color css

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

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

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

border-color css

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

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

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