Html Css Color HEX #DB040B Venetian Red

📋 copy color: '#DB040B'

red 219 ◦ green 4 ◦ blue 11

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

Shades of Venetian Red #DB040B

Tints of Venetian Red #DB040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.71%

 BLUE value IS 11 (4.69% from 255) = 4.7%

R = 93.59%
G = 1.71%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB040B (or 0xDB040B) is known color: Venetian Red. HEX triplet: DB, 04 and 0B. RGB value is (219,4,11). Sum of RGB (Red+Green+Blue) = 219+4+11=234 (30% of max value = 765). Red value is 219 (85.94% from 255 or 93.59% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 219 - color contains mainly: red. Hex color #DB040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB040B is #24FBF4. Grayscale: #454545. Windows color (decimal): -2423797 or 722139. OLE color: 722139.

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

Color convert

RGB 219 4 11 -
CMYK 0 0.98 0.95 0.14
HSL 358.05º 0.96% 0.44% -
HSV(B) 358.05º 0.98% 0.86% -
XYZ 29.32 15.17 1.7 -
YUV 69.08 95.23 234.93 -
System Red Green Blue C M Y K H S L
Decimal 219 4 11 0 0.98 0.95 0.14 358.05 0.96 0.44
Hex DB 4 B 0 62 5F E 166 60 2C
Octal 333 4 13 0 142 137 16 546 140 54
Binary 11011011 100 1011 0 1100010 1011111 1110 101100110 1100000 101100

Color Harmonies of #DB040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB040B

Black with #DB040B

Text Example


Text Example

White with #DB040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB040B; }

 p { color: rgb(219,4,11); }

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

background-color css

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

 a { background-color: rgb(219,4,11); }

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

border-color css

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

 span { border-color: rgb(219,4,11); }

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