Html Css Color HEX #DB090F Venetian Red

📋 copy color: '#DB090F'

red 219 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #DB090F

Tints of Venetian Red #DB090F

RGB

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

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

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

R = 90.12%
G = 3.7%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB090F (or 0xDB090F) is known color: Venetian Red. HEX triplet: DB, 09 and 0F. RGB value is (219,9,15). Sum of RGB (Red+Green+Blue) = 219+9+15=243 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.12% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 219 - color contains mainly: red. Hex color #DB090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB090F is #24F6F0. Grayscale: #484848. Windows color (decimal): -2422513 or 985563. OLE color: 985563.

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

Color convert

RGB 219 9 15 -
CMYK 0 0.96 0.93 0.14
HSL 358.29º 0.92% 0.45% -
HSV(B) 358.29º 0.96% 0.86% -
XYZ 29.4 15.29 1.85 -
YUV 72.47 95.57 232.51 -
System Red Green Blue C M Y K H S L
Decimal 219 9 15 0 0.96 0.93 0.14 358.29 0.92 0.45
Hex DB 9 F 0 60 5D E 166 5C 2D
Octal 333 11 17 0 140 135 16 546 134 55
Binary 11011011 1001 1111 0 1100000 1011101 1110 101100110 1011100 101101

Color Harmonies of #DB090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB090F

Black with #DB090F

Text Example


Text Example

White with #DB090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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