Html Css Color HEX #DB0222 Venetian Red

📋 copy color: '#DB0222'

red 219 ◦ green 2 ◦ blue 34

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

Shades of Venetian Red #DB0222

Tints of Venetian Red #DB0222

RGB

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

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

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

R = 85.88%
G = 0.78%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB0222 (or 0xDB0222) is known color: Venetian Red. HEX triplet: DB, 02 and 22. RGB value is (219,2,34). Sum of RGB (Red+Green+Blue) = 219+2+34=255 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.88% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0222 is #24FDDD. Grayscale: #464646. Windows color (decimal): -2424286 or 2228955. OLE color: 2228955.

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

Color convert

RGB 219 2 34 -
CMYK 0 0.99 0.84 0.14
HSL 351.15º 0.98% 0.43% -
HSV(B) 351.15º 0.99% 0.86% -
XYZ 29.52 15.22 2.89 -
YUV 70.53 107.39 233.9 -
System Red Green Blue C M Y K H S L
Decimal 219 2 34 0 0.99 0.84 0.14 351.15 0.98 0.43
Hex DB 2 22 0 63 54 E 15F 62 2B
Octal 333 2 42 0 143 124 16 537 142 53
Binary 11011011 10 100010 0 1100011 1010100 1110 101011111 1100010 101011

Color Harmonies of #DB0222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0222

Black with #DB0222

Text Example


Text Example

White with #DB0222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0222; }

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

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

background-color css

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

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

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

border-color css

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

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

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