Html Css Color HEX #DB0120 Venetian Red

📋 copy color: '#DB0120'

red 219 ◦ green 1 ◦ blue 32

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

Shades of Venetian Red #DB0120

Tints of Venetian Red #DB0120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 32 (12.89% from 255) = 12.7%

R = 86.9%
G = 0.4%
B = 12.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB0120 (or 0xDB0120) is known color: Venetian Red. HEX triplet: DB, 01 and 20. RGB value is (219,1,32). Sum of RGB (Red+Green+Blue) = 219+1+32=252 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.90% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0120 is #24FEDF. Grayscale: #454545. Windows color (decimal): -2424544 or 2097627. OLE color: 2097627.

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

Color convert

RGB 219 1 32 -
CMYK 0 1.00 0.85 0.14
HSL 351.47º 0.99% 0.43% -
HSV(B) 351.47º 1% 0.86% -
XYZ 29.48 15.19 2.74 -
YUV 69.72 106.72 234.48 -
System Red Green Blue C M Y K H S L
Decimal 219 1 32 0 1.00 0.85 0.14 351.47 0.99 0.43
Hex DB 1 20 0 64 55 E 15F 63 2B
Octal 333 1 40 0 144 125 16 537 143 53
Binary 11011011 1 100000 0 1100100 1010101 1110 101011111 1100011 101011

Color Harmonies of #DB0120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0120

Black with #DB0120

Text Example


Text Example

White with #DB0120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0120; }

 p { color: rgb(219,1,32); }

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

background-color css

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

 a { background-color: rgb(219,1,32); }

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

border-color css

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

 span { border-color: rgb(219,1,32); }

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