Html Css Color HEX #DB0023 Venetian Red

📋 copy color: '#DB0023'

red 219 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #DB0023

Tints of Venetian Red #DB0023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.78%

R = 86.22%
G = 0%
B = 13.78%

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

#DB0023 (or 0xDB0023) is known color: Venetian Red. HEX triplet: DB, 00 and 23. RGB value is (219,0,35). Sum of RGB (Red+Green+Blue) = 219+0+35=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0023 is #24FFDC. Grayscale: #454545. Windows color (decimal): -2424797 or 2293979. OLE color: 2293979.

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

Color convert

RGB 219 0 35 -
CMYK 0 1 0.84 0.14
HSL 350.41º 1% 0.43% -
HSV(B) 350.41º 1% 0.86% -
XYZ 29.52 15.18 2.96 -
YUV 69.47 108.55 234.65 -
System Red Green Blue C M Y K H S L
Decimal 219 0 35 0 1 0.84 0.14 350.41 1 0.43
Hex DB 0 23 0 64 54 E 15E 64 2B
Octal 333 0 43 0 144 124 16 536 144 53
Binary 11011011 0 100011 0 1100100 1010100 1110 101011110 1100100 101011

Color Harmonies of #DB0023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0023

Black with #DB0023

Text Example


Text Example

White with #DB0023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0023; }

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

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

background-color css

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

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

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

border-color css

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

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

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