Html Css Color HEX #DB001E Venetian Red

📋 copy color: '#DB001E'

red 219 ◦ green 0 ◦ blue 30

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

Shades of Venetian Red #DB001E

Tints of Venetian Red #DB001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.05%

R = 87.95%
G = 0%
B = 12.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB001E (or 0xDB001E) is known color: Venetian Red. HEX triplet: DB, 00 and 1E. RGB value is (219,0,30). Sum of RGB (Red+Green+Blue) = 219+0+30=249 (32% of max value = 765). Red value is 219 (85.94% from 255 or 87.95% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 219 - color contains mainly: red. Hex color #DB001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB001E is #24FFE1. Grayscale: #454545. Windows color (decimal): -2424802 or 1966299. OLE color: 1966299.

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

Color convert

RGB 219 0 30 -
CMYK 0 1 0.86 0.14
HSL 351.78º 1% 0.43% -
HSV(B) 351.78º 1% 0.86% -
XYZ 29.45 15.15 2.6 -
YUV 68.9 106.05 235.06 -
System Red Green Blue C M Y K H S L
Decimal 219 0 30 0 1 0.86 0.14 351.78 1 0.43
Hex DB 0 1E 0 64 56 E 160 64 2B
Octal 333 0 36 0 144 126 16 540 144 53
Binary 11011011 0 11110 0 1100100 1010110 1110 101100000 1100100 101011

Color Harmonies of #DB001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB001E

Black with #DB001E

Text Example


Text Example

White with #DB001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB001E; }

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

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

background-color css

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

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

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

border-color css

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

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

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