Html Css Color HEX #DB0015 Venetian Red

📋 copy color: '#DB0015'

red 219 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #DB0015

Tints of Venetian Red #DB0015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.75%

R = 91.25%
G = 0%
B = 8.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB0015 (or 0xDB0015) is known color: Venetian Red. HEX triplet: DB, 00 and 15. RGB value is (219,0,21). Sum of RGB (Red+Green+Blue) = 219+0+21=240 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.25% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0015 is #24FFEA. Grayscale: #444444. Windows color (decimal): -2424811 or 1376475. OLE color: 1376475.

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

Color convert

RGB 219 0 21 -
CMYK 0 1 0.90 0.14
HSL 354.25º 1% 0.43% -
HSV(B) 354.25º 1% 0.86% -
XYZ 29.35 15.11 2.08 -
YUV 67.88 101.55 235.79 -
System Red Green Blue C M Y K H S L
Decimal 219 0 21 0 1 0.90 0.14 354.25 1 0.43
Hex DB 0 15 0 64 5A E 162 64 2B
Octal 333 0 25 0 144 132 16 542 144 53
Binary 11011011 0 10101 0 1100100 1011010 1110 101100010 1100100 101011

Color Harmonies of #DB0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0015

Black with #DB0015

Text Example


Text Example

White with #DB0015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0015; }

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

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

background-color css

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

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

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

border-color css

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

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

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