Html Css Color HEX #DB0212 Venetian Red

📋 copy color: '#DB0212'

red 219 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #DB0212

Tints of Venetian Red #DB0212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.53%

R = 91.63%
G = 0.84%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB0212 (or 0xDB0212) is known color: Venetian Red. HEX triplet: DB, 02 and 12. RGB value is (219,2,18). Sum of RGB (Red+Green+Blue) = 219+2+18=239 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.63% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0212 is #24FDED. Grayscale: #444444. Windows color (decimal): -2424302 or 1180379. OLE color: 1180379.

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

Color convert

RGB 219 2 18 -
CMYK 0 0.99 0.92 0.14
HSL 355.58º 0.98% 0.43% -
HSV(B) 355.58º 0.99% 0.86% -
XYZ 29.34 15.15 1.95 -
YUV 68.71 99.39 235.2 -
System Red Green Blue C M Y K H S L
Decimal 219 2 18 0 0.99 0.92 0.14 355.58 0.98 0.43
Hex DB 2 12 0 63 5C E 164 62 2B
Octal 333 2 22 0 143 134 16 544 142 53
Binary 11011011 10 10010 0 1100011 1011100 1110 101100100 1100010 101011

Color Harmonies of #DB0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0212

Black with #DB0212

Text Example


Text Example

White with #DB0212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0212; }

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

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

background-color css

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

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

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

border-color css

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

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

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