Html Css Color HEX #DB090A Venetian Red

📋 copy color: '#DB090A'

red 219 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #DB090A

Tints of Venetian Red #DB090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.78%

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

R = 92.02%
G = 3.78%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB090A (or 0xDB090A) is known color: Venetian Red. HEX triplet: DB, 09 and 0A. RGB value is (219,9,10). Sum of RGB (Red+Green+Blue) = 219+9+10=238 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.02% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 219 - color contains mainly: red. Hex color #DB090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB090A is #24F6F5. Grayscale: #484848. Windows color (decimal): -2422518 or 657883. OLE color: 657883.

HSL color Cylindrical-coordinate representation of color #DB090A: hue angle of 359.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB090A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 9 10 -
CMYK 0 0.96 0.95 0.14
HSL 359.71º 0.92% 0.45% -
HSV(B) 359.71º 0.96% 0.86% -
XYZ 29.37 15.28 1.69 -
YUV 71.9 93.07 232.92 -
System Red Green Blue C M Y K H S L
Decimal 219 9 10 0 0.96 0.95 0.14 359.71 0.92 0.45
Hex DB 9 A 0 60 5F E 168 5C 2D
Octal 333 11 12 0 140 137 16 550 134 55
Binary 11011011 1001 1010 0 1100000 1011111 1110 101101000 1011100 101101

Color Harmonies of #DB090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB090A

Black with #DB090A

Text Example


Text Example

White with #DB090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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