Html Css Color HEX #DB0022 Venetian Red

📋 copy color: '#DB0022'

red 219 ◦ green 0 ◦ blue 34

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

Shades of Venetian Red #DB0022

Tints of Venetian Red #DB0022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 13.44%

R = 86.56%
G = 0%
B = 13.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB0022 (or 0xDB0022) is known color: Venetian Red. HEX triplet: DB, 00 and 22. RGB value is (219,0,34). Sum of RGB (Red+Green+Blue) = 219+0+34=253 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.56% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0022 is #24FFDD. Grayscale: #454545. Windows color (decimal): -2424798 or 2228443. OLE color: 2228443.

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

Color convert

RGB 219 0 34 -
CMYK 0 1 0.84 0.14
HSL 350.68º 1% 0.43% -
HSV(B) 350.68º 1% 0.86% -
XYZ 29.5 15.18 2.89 -
YUV 69.36 108.05 234.74 -
System Red Green Blue C M Y K H S L
Decimal 219 0 34 0 1 0.84 0.14 350.68 1 0.43
Hex DB 0 22 0 64 54 E 15F 64 2B
Octal 333 0 42 0 144 124 16 537 144 53
Binary 11011011 0 100010 0 1100100 1010100 1110 101011111 1100100 101011

Color Harmonies of #DB0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0022

Black with #DB0022

Text Example


Text Example

White with #DB0022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0022; }

 p { color: rgb(219,0,34); }

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

background-color css

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

 a { background-color: rgb(219,0,34); }

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

border-color css

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

 span { border-color: rgb(219,0,34); }

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