Html Css Color HEX #DB001B Venetian Red

📋 copy color: '#DB001B'

red 219 ◦ green 0 ◦ blue 27

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

Shades of Venetian Red #DB001B

Tints of Venetian Red #DB001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.98%

R = 89.02%
G = 0%
B = 10.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB001B (or 0xDB001B) is known color: Venetian Red. HEX triplet: DB, 00 and 1B. RGB value is (219,0,27). Sum of RGB (Red+Green+Blue) = 219+0+27=246 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.02% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 219 - color contains mainly: red. Hex color #DB001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB001B is #24FFE4. Grayscale: #444444. Windows color (decimal): -2424805 or 1769691. OLE color: 1769691.

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

Color convert

RGB 219 0 27 -
CMYK 0 1 0.88 0.14
HSL 352.6º 1% 0.43% -
HSV(B) 352.6º 1% 0.86% -
XYZ 29.41 15.14 2.41 -
YUV 68.56 104.55 235.3 -
System Red Green Blue C M Y K H S L
Decimal 219 0 27 0 1 0.88 0.14 352.6 1 0.43
Hex DB 0 1B 0 64 58 E 161 64 2B
Octal 333 0 33 0 144 130 16 541 144 53
Binary 11011011 0 11011 0 1100100 1011000 1110 101100001 1100100 101011

Color Harmonies of #DB001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB001B

Black with #DB001B

Text Example


Text Example

White with #DB001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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