Html Css Color HEX #DB020A Venetian Red

📋 copy color: '#DB020A'

red 219 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #DB020A

Tints of Venetian Red #DB020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.33%

R = 94.81%
G = 0.87%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB020A (or 0xDB020A) is known color: Venetian Red. HEX triplet: DB, 02 and 0A. RGB value is (219,2,10). Sum of RGB (Red+Green+Blue) = 219+2+10=231 (30% of max value = 765). Red value is 219 (85.94% from 255 or 94.81% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 219 - color contains mainly: red. Hex color #DB020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB020A is #24FDF5. Grayscale: #434343. Windows color (decimal): -2424310 or 656091. OLE color: 656091.

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

Color convert

RGB 219 2 10 -
CMYK 0 0.99 0.95 0.14
HSL 357.79º 0.98% 0.43% -
HSV(B) 357.79º 0.99% 0.86% -
XYZ 29.29 15.13 1.66 -
YUV 67.8 95.39 235.85 -
System Red Green Blue C M Y K H S L
Decimal 219 2 10 0 0.99 0.95 0.14 357.79 0.98 0.43
Hex DB 2 A 0 63 5F E 166 62 2B
Octal 333 2 12 0 143 137 16 546 142 53
Binary 11011011 10 1010 0 1100011 1011111 1110 101100110 1100010 101011

Color Harmonies of #DB020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB020A

Black with #DB020A

Text Example


Text Example

White with #DB020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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