Html Css Color HEX #DB0318 Venetian Red

📋 copy color: '#DB0318'

red 219 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #DB0318

Tints of Venetian Red #DB0318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.76%

R = 89.02%
G = 1.22%
B = 9.76%

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

#DB0318 (or 0xDB0318) is known color: Venetian Red. HEX triplet: DB, 03 and 18. RGB value is (219,3,24). Sum of RGB (Red+Green+Blue) = 219+3+24=246 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.02% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0318 is #24FCE7. Grayscale: #464646. Windows color (decimal): -2424040 or 1573851. OLE color: 1573851.

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

Color convert

RGB 219 3 24 -
CMYK 0 0.99 0.89 0.14
HSL 354.17º 0.97% 0.44% -
HSV(B) 354.17º 0.99% 0.86% -
XYZ 29.41 15.19 2.25 -
YUV 69.98 102.06 234.29 -
System Red Green Blue C M Y K H S L
Decimal 219 3 24 0 0.99 0.89 0.14 354.17 0.97 0.44
Hex DB 3 18 0 63 59 E 162 61 2C
Octal 333 3 30 0 143 131 16 542 141 54
Binary 11011011 11 11000 0 1100011 1011001 1110 101100010 1100001 101100

Color Harmonies of #DB0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0318

Black with #DB0318

Text Example


Text Example

White with #DB0318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0318; }

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

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

background-color css

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

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

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

border-color css

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

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

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