Html Css Color HEX #DB030E Venetian Red

📋 copy color: '#DB030E'

red 219 ◦ green 3 ◦ blue 14

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

Shades of Venetian Red #DB030E

Tints of Venetian Red #DB030E

RGB

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

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

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

R = 92.8%
G = 1.27%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB030E (or 0xDB030E) is known color: Venetian Red. HEX triplet: DB, 03 and 0E. RGB value is (219,3,14). Sum of RGB (Red+Green+Blue) = 219+3+14=236 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.80% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 219 - color contains mainly: red. Hex color #DB030E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB030E is #24FCF1. Grayscale: #454545. Windows color (decimal): -2424050 or 918491. OLE color: 918491.

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

Color convert

RGB 219 3 14 -
CMYK 0 0.99 0.94 0.14
HSL 356.94º 0.97% 0.44% -
HSV(B) 356.94º 0.99% 0.86% -
XYZ 29.33 15.16 1.8 -
YUV 68.84 97.06 235.11 -
System Red Green Blue C M Y K H S L
Decimal 219 3 14 0 0.99 0.94 0.14 356.94 0.97 0.44
Hex DB 3 E 0 63 5E E 165 61 2C
Octal 333 3 16 0 143 136 16 545 141 54
Binary 11011011 11 1110 0 1100011 1011110 1110 101100101 1100001 101100

Color Harmonies of #DB030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB030E

Black with #DB030E

Text Example


Text Example

White with #DB030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB030E; }

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

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

background-color css

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

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

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

border-color css

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

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

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