Html Css Color HEX #DB000A Venetian Red

📋 copy color: '#DB000A'

red 219 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #DB000A

Tints of Venetian Red #DB000A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.37%

R = 95.63%
G = 0%
B = 4.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB000A (or 0xDB000A) is known color: Venetian Red. HEX triplet: DB, 00 and 0A. RGB value is (219,0,10). Sum of RGB (Red+Green+Blue) = 219+0+10=229 (30% of max value = 765). Red value is 219 (85.94% from 255 or 95.63% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 219 - color contains mainly: red. Hex color #DB000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB000A is #24FFF5. Grayscale: #424242. Windows color (decimal): -2424822 or 655579. OLE color: 655579.

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

Color convert

RGB 219 0 10 -
CMYK 0 1 0.95 0.14
HSL 357.26º 1% 0.43% -
HSV(B) 357.26º 1% 0.86% -
XYZ 29.27 15.08 1.66 -
YUV 66.62 96.05 236.69 -
System Red Green Blue C M Y K H S L
Decimal 219 0 10 0 1 0.95 0.14 357.26 1 0.43
Hex DB 0 A 0 64 5F E 165 64 2B
Octal 333 0 12 0 144 137 16 545 144 53
Binary 11011011 0 1010 0 1100100 1011111 1110 101100101 1100100 101011

Color Harmonies of #DB000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB000A

Black with #DB000A

Text Example


Text Example

White with #DB000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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