Html Css Color HEX #DB0216 Venetian Red

📋 copy color: '#DB0216'

red 219 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #DB0216

Tints of Venetian Red #DB0216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.05%

R = 90.12%
G = 0.82%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB0216 (or 0xDB0216) is known color: Venetian Red. HEX triplet: DB, 02 and 16. RGB value is (219,2,22). Sum of RGB (Red+Green+Blue) = 219+2+22=243 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.12% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0216 is #24FDE9. Grayscale: #454545. Windows color (decimal): -2424298 or 1442523. OLE color: 1442523.

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

Color convert

RGB 219 2 22 -
CMYK 0 0.99 0.90 0.14
HSL 354.47º 0.98% 0.43% -
HSV(B) 354.47º 0.99% 0.86% -
XYZ 29.38 15.16 2.14 -
YUV 69.16 101.39 234.87 -
System Red Green Blue C M Y K H S L
Decimal 219 2 22 0 0.99 0.90 0.14 354.47 0.98 0.43
Hex DB 2 16 0 63 5A E 162 62 2B
Octal 333 2 26 0 143 132 16 542 142 53
Binary 11011011 10 10110 0 1100011 1011010 1110 101100010 1100010 101011

Color Harmonies of #DB0216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0216

Black with #DB0216

Text Example


Text Example

White with #DB0216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0216; }

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

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

background-color css

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

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

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

border-color css

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

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

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