Html Css Color HEX #DB040C Venetian Red

📋 copy color: '#DB040C'

red 219 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #DB040C

Tints of Venetian Red #DB040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.11%

R = 93.19%
G = 1.7%
B = 5.11%

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

#DB040C (or 0xDB040C) is known color: Venetian Red. HEX triplet: DB, 04 and 0C. RGB value is (219,4,12). Sum of RGB (Red+Green+Blue) = 219+4+12=235 (31% of max value = 765). Red value is 219 (85.94% from 255 or 93.19% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 219 - color contains mainly: red. Hex color #DB040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB040C is #24FBF3. Grayscale: #454545. Windows color (decimal): -2423796 or 787675. OLE color: 787675.

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

Color convert

RGB 219 4 12 -
CMYK 0 0.98 0.95 0.14
HSL 357.77º 0.96% 0.44% -
HSV(B) 357.77º 0.98% 0.86% -
XYZ 29.32 15.17 1.73 -
YUV 69.2 95.73 234.85 -
System Red Green Blue C M Y K H S L
Decimal 219 4 12 0 0.98 0.95 0.14 357.77 0.96 0.44
Hex DB 4 C 0 62 5F E 166 60 2C
Octal 333 4 14 0 142 137 16 546 140 54
Binary 11011011 100 1100 0 1100010 1011111 1110 101100110 1100000 101100

Color Harmonies of #DB040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB040C

Black with #DB040C

Text Example


Text Example

White with #DB040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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