Html Css Color HEX #DB051D Venetian Red

📋 copy color: '#DB051D'

red 219 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #DB051D

Tints of Venetian Red #DB051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.46%

R = 86.56%
G = 1.98%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB051D (or 0xDB051D) is known color: Venetian Red. HEX triplet: DB, 05 and 1D. RGB value is (219,5,29). Sum of RGB (Red+Green+Blue) = 219+5+29=253 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.56% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 219 - color contains mainly: red. Hex color #DB051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB051D is #24FAE2. Grayscale: #474747. Windows color (decimal): -2423523 or 1902043. OLE color: 1902043.

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

Color convert

RGB 219 5 29 -
CMYK 0 0.98 0.87 0.14
HSL 353.27º 0.96% 0.44% -
HSV(B) 353.27º 0.98% 0.86% -
XYZ 29.49 15.26 2.55 -
YUV 71.72 103.9 233.05 -
System Red Green Blue C M Y K H S L
Decimal 219 5 29 0 0.98 0.87 0.14 353.27 0.96 0.44
Hex DB 5 1D 0 62 57 E 161 60 2C
Octal 333 5 35 0 142 127 16 541 140 54
Binary 11011011 101 11101 0 1100010 1010111 1110 101100001 1100000 101100

Color Harmonies of #DB051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB051D

Black with #DB051D

Text Example


Text Example

White with #DB051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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