Html Css Color HEX #DB0118 Venetian Red

📋 copy color: '#DB0118'

red 219 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #DB0118

Tints of Venetian Red #DB0118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 89.75%
G = 0.41%
B = 9.84%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB0118 (or 0xDB0118) is known color: Venetian Red. HEX triplet: DB, 01 and 18. RGB value is (219,1,24). Sum of RGB (Red+Green+Blue) = 219+1+24=244 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.75% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0118 is #24FEE7. Grayscale: #444444. Windows color (decimal): -2424552 or 1573339. OLE color: 1573339.

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

Color convert

RGB 219 1 24 -
CMYK 0 1.00 0.89 0.14
HSL 353.67º 0.99% 0.43% -
HSV(B) 353.67º 1% 0.86% -
XYZ 29.39 15.15 2.24 -
YUV 68.8 102.72 235.13 -
System Red Green Blue C M Y K H S L
Decimal 219 1 24 0 1.00 0.89 0.14 353.67 0.99 0.43
Hex DB 1 18 0 64 59 E 162 63 2B
Octal 333 1 30 0 144 131 16 542 143 53
Binary 11011011 1 11000 0 1100100 1011001 1110 101100010 1100011 101011

Color Harmonies of #DB0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0118

Black with #DB0118

Text Example


Text Example

White with #DB0118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0118; }

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

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

background-color css

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

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

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

border-color css

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

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

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