Html Css Color HEX #DB0317 Venetian Red

📋 copy color: '#DB0317'

red 219 ◦ green 3 ◦ blue 23

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

Shades of Venetian Red #DB0317

Tints of Venetian Red #DB0317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 89.39%
G = 1.22%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB0317 (or 0xDB0317) is known color: Venetian Red. HEX triplet: DB, 03 and 17. RGB value is (219,3,23). Sum of RGB (Red+Green+Blue) = 219+3+23=245 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.39% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0317 is #24FCE8. Grayscale: #464646. Windows color (decimal): -2424041 or 1508315. OLE color: 1508315.

HSL color Cylindrical-coordinate representation of color #DB0317: hue angle of 354.44º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0317 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 3 23 -
CMYK 0 0.99 0.89 0.14
HSL 354.44º 0.97% 0.44% -
HSV(B) 354.44º 0.99% 0.86% -
XYZ 29.4 15.19 2.19 -
YUV 69.86 101.56 234.37 -
System Red Green Blue C M Y K H S L
Decimal 219 3 23 0 0.99 0.89 0.14 354.44 0.97 0.44
Hex DB 3 17 0 63 59 E 162 61 2C
Octal 333 3 27 0 143 131 16 542 141 54
Binary 11011011 11 10111 0 1100011 1011001 1110 101100010 1100001 101100

Color Harmonies of #DB0317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0317

Black with #DB0317

Text Example


Text Example

White with #DB0317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0317; }

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

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

background-color css

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

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

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

border-color css

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

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

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