Html Css Color HEX #DB041F Venetian Red

📋 copy color: '#DB041F'

red 219 ◦ green 4 ◦ blue 31

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

Shades of Venetian Red #DB041F

Tints of Venetian Red #DB041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 86.22%
G = 1.57%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB041F (or 0xDB041F) is known color: Venetian Red. HEX triplet: DB, 04 and 1F. RGB value is (219,4,31). Sum of RGB (Red+Green+Blue) = 219+4+31=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB041F is #24FBE0. Grayscale: #474747. Windows color (decimal): -2423777 or 2032859. OLE color: 2032859.

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

Color convert

RGB 219 4 31 -
CMYK 0 0.98 0.86 0.14
HSL 352.47º 0.96% 0.44% -
HSV(B) 352.47º 0.98% 0.86% -
XYZ 29.5 15.25 2.68 -
YUV 71.36 105.23 233.3 -
System Red Green Blue C M Y K H S L
Decimal 219 4 31 0 0.98 0.86 0.14 352.47 0.96 0.44
Hex DB 4 1F 0 62 56 E 160 60 2C
Octal 333 4 37 0 142 126 16 540 140 54
Binary 11011011 100 11111 0 1100010 1010110 1110 101100000 1100000 101100

Color Harmonies of #DB041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB041F

Black with #DB041F

Text Example


Text Example

White with #DB041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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