Html Css Color HEX #DB0024 Venetian Red

📋 copy color: '#DB0024'

red 219 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #DB0024

Tints of Venetian Red #DB0024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.12%

R = 85.88%
G = 0%
B = 14.12%

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

#DB0024 (or 0xDB0024) is known color: Venetian Red. HEX triplet: DB, 00 and 24. RGB value is (219,0,36). Sum of RGB (Red+Green+Blue) = 219+0+36=255 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.88% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0024 is #24FFDB. Grayscale: #454545. Windows color (decimal): -2424796 or 2359515. OLE color: 2359515.

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

Color convert

RGB 219 0 36 -
CMYK 0 1 0.84 0.14
HSL 350.14º 1% 0.43% -
HSV(B) 350.14º 1% 0.86% -
XYZ 29.53 15.19 3.04 -
YUV 69.59 109.05 234.57 -
System Red Green Blue C M Y K H S L
Decimal 219 0 36 0 1 0.84 0.14 350.14 1 0.43
Hex DB 0 24 0 64 54 E 15E 64 2B
Octal 333 0 44 0 144 124 16 536 144 53
Binary 11011011 0 100100 0 1100100 1010100 1110 101011110 1100100 101011

Color Harmonies of #DB0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0024

Black with #DB0024

Text Example


Text Example

White with #DB0024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0024; }

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

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

background-color css

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

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

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

border-color css

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

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

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