Html Css Color HEX #DB050E Venetian Red

📋 copy color: '#DB050E'

red 219 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #DB050E

Tints of Venetian Red #DB050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.1%

 BLUE value IS 14 (5.86% from 255) = 5.88%

R = 92.02%
G = 2.1%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB050E (or 0xDB050E) is known color: Venetian Red. HEX triplet: DB, 05 and 0E. RGB value is (219,5,14). Sum of RGB (Red+Green+Blue) = 219+5+14=238 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.02% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 219 - color contains mainly: red. Hex color #DB050E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB050E is #24FAF1. Grayscale: #464646. Windows color (decimal): -2423538 or 919003. OLE color: 919003.

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

Color convert

RGB 219 5 14 -
CMYK 0 0.98 0.94 0.14
HSL 357.48º 0.96% 0.44% -
HSV(B) 357.48º 0.98% 0.86% -
XYZ 29.35 15.2 1.8 -
YUV 70.01 96.4 234.27 -
System Red Green Blue C M Y K H S L
Decimal 219 5 14 0 0.98 0.94 0.14 357.48 0.96 0.44
Hex DB 5 E 0 62 5E E 165 60 2C
Octal 333 5 16 0 142 136 16 545 140 54
Binary 11011011 101 1110 0 1100010 1011110 1110 101100101 1100000 101100

Color Harmonies of #DB050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB050E

Black with #DB050E

Text Example


Text Example

White with #DB050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB050E; }

 p { color: rgb(219,5,14); }

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

background-color css

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

 a { background-color: rgb(219,5,14); }

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

border-color css

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

 span { border-color: rgb(219,5,14); }

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