Html Css Color HEX #DB021E Venetian Red

📋 copy color: '#DB021E'

red 219 ◦ green 2 ◦ blue 30

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

Shades of Venetian Red #DB021E

Tints of Venetian Red #DB021E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 30 (12.11% from 255) = 11.95%

R = 87.25%
G = 0.8%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB021E (or 0xDB021E) is known color: Venetian Red. HEX triplet: DB, 02 and 1E. RGB value is (219,2,30). Sum of RGB (Red+Green+Blue) = 219+2+30=251 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.25% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 219 - color contains mainly: red. Hex color #DB021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB021E is #24FDE1. Grayscale: #464646. Windows color (decimal): -2424290 or 1966811. OLE color: 1966811.

HSL color Cylindrical-coordinate representation of color #DB021E: hue angle of 352.26º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB021E is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 2 30 -
CMYK 0 0.99 0.86 0.14
HSL 352.26º 0.98% 0.43% -
HSV(B) 352.26º 0.99% 0.86% -
XYZ 29.47 15.2 2.61 -
YUV 70.08 105.39 234.22 -
System Red Green Blue C M Y K H S L
Decimal 219 2 30 0 0.99 0.86 0.14 352.26 0.98 0.43
Hex DB 2 1E 0 63 56 E 160 62 2B
Octal 333 2 36 0 143 126 16 540 142 53
Binary 11011011 10 11110 0 1100011 1010110 1110 101100000 1100010 101011

Color Harmonies of #DB021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB021E

Black with #DB021E

Text Example


Text Example

White with #DB021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB021E; }

 p { color: rgb(219,2,30); }

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

background-color css

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

 a { background-color: rgb(219,2,30); }

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

border-color css

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

 span { border-color: rgb(219,2,30); }

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