Html Css Color HEX #DB050D Venetian Red

📋 copy color: '#DB050D'

red 219 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #DB050D

Tints of Venetian Red #DB050D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.49%

R = 92.41%
G = 2.11%
B = 5.49%

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

#DB050D (or 0xDB050D) is known color: Venetian Red. HEX triplet: DB, 05 and 0D. RGB value is (219,5,13). Sum of RGB (Red+Green+Blue) = 219+5+13=237 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.41% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 219 - color contains mainly: red. Hex color #DB050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB050D is #24FAF2. Grayscale: #464646. Windows color (decimal): -2423539 or 853467. OLE color: 853467.

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

Color convert

RGB 219 5 13 -
CMYK 0 0.98 0.94 0.14
HSL 357.76º 0.96% 0.44% -
HSV(B) 357.76º 0.98% 0.86% -
XYZ 29.34 15.2 1.77 -
YUV 69.9 95.9 234.35 -
System Red Green Blue C M Y K H S L
Decimal 219 5 13 0 0.98 0.94 0.14 357.76 0.96 0.44
Hex DB 5 D 0 62 5E E 166 60 2C
Octal 333 5 15 0 142 136 16 546 140 54
Binary 11011011 101 1101 0 1100010 1011110 1110 101100110 1100000 101100

Color Harmonies of #DB050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB050D

Black with #DB050D

Text Example


Text Example

White with #DB050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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