Html Css Color HEX #DB000F Venetian Red

📋 copy color: '#DB000F'

red 219 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #DB000F

Tints of Venetian Red #DB000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.41%

R = 93.59%
G = 0%
B = 6.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB000F (or 0xDB000F) is known color: Venetian Red. HEX triplet: DB, 00 and 0F. RGB value is (219,0,15). Sum of RGB (Red+Green+Blue) = 219+0+15=234 (30% of max value = 765). Red value is 219 (85.94% from 255 or 93.59% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 219 - color contains mainly: red. Hex color #DB000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB000F is #24FFF0. Grayscale: #434343. Windows color (decimal): -2424817 or 983259. OLE color: 983259.

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

Color convert

RGB 219 0 15 -
CMYK 0 1 0.93 0.14
HSL 355.89º 1% 0.43% -
HSV(B) 355.89º 1% 0.86% -
XYZ 29.3 15.09 1.82 -
YUV 67.19 98.55 236.28 -
System Red Green Blue C M Y K H S L
Decimal 219 0 15 0 1 0.93 0.14 355.89 1 0.43
Hex DB 0 F 0 64 5D E 164 64 2B
Octal 333 0 17 0 144 135 16 544 144 53
Binary 11011011 0 1111 0 1100100 1011101 1110 101100100 1100100 101011

Color Harmonies of #DB000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB000F

Black with #DB000F

Text Example


Text Example

White with #DB000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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