Html Css Color HEX #DB011A Venetian Red

📋 copy color: '#DB011A'

red 219 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #DB011A

Tints of Venetian Red #DB011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.57%

R = 89.02%
G = 0.41%
B = 10.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB011A (or 0xDB011A) is known color: Venetian Red. HEX triplet: DB, 01 and 1A. RGB value is (219,1,26). Sum of RGB (Red+Green+Blue) = 219+1+26=246 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.02% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 219 - color contains mainly: red. Hex color #DB011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB011A is #24FEE5. Grayscale: #454545. Windows color (decimal): -2424550 or 1704411. OLE color: 1704411.

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

Color convert

RGB 219 1 26 -
CMYK 0 1.00 0.88 0.14
HSL 353.12º 0.99% 0.43% -
HSV(B) 353.12º 1% 0.86% -
XYZ 29.41 15.16 2.35 -
YUV 69.03 103.72 234.97 -
System Red Green Blue C M Y K H S L
Decimal 219 1 26 0 1.00 0.88 0.14 353.12 0.99 0.43
Hex DB 1 1A 0 64 58 E 161 63 2B
Octal 333 1 32 0 144 130 16 541 143 53
Binary 11011011 1 11010 0 1100100 1011000 1110 101100001 1100011 101011

Color Harmonies of #DB011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB011A

Black with #DB011A

Text Example


Text Example

White with #DB011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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