Html Css Color HEX #D7090B Venetian Red

📋 copy color: '#D7090B'

red 215 ◦ green 9 ◦ blue 11

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

Shades of Venetian Red #D7090B

Tints of Venetian Red #D7090B

RGB

 RED value IS 215 (84.38% from 255) = 91.49%

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

 BLUE value IS 11 (4.69% from 255) = 4.68%

R = 91.49%
G = 3.83%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7090B (or 0xD7090B) is known color: Venetian Red. HEX triplet: D7, 09 and 0B. RGB value is (215,9,11). Sum of RGB (Red+Green+Blue) = 215+9+11=235 (31% of max value = 765). Red value is 215 (84.38% from 255 or 91.49% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 215 - color contains mainly: red. Hex color #D7090B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7090B is #28F6F4. Grayscale: #474747. Windows color (decimal): -2684661 or 723415. OLE color: 723415.

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

Color convert

RGB 215 9 11 -
CMYK 0 0.96 0.95 0.16
HSL 359.42º 0.92% 0.44% -
HSV(B) 359.42º 0.96% 0.84% -
XYZ 28.18 14.67 1.66 -
YUV 70.82 94.25 230.84 -
System Red Green Blue C M Y K H S L
Decimal 215 9 11 0 0.96 0.95 0.16 359.42 0.92 0.44
Hex D7 9 B 0 60 5F 10 167 5C 2C
Octal 327 11 13 0 140 137 20 547 134 54
Binary 11010111 1001 1011 0 1100000 1011111 10000 101100111 1011100 101100

Color Harmonies of #D7090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7090B

Black with #D7090B

Text Example


Text Example

White with #D7090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7090B; }

 p { color: rgb(215,9,11); }

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

background-color css

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

 a { background-color: rgb(215,9,11); }

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

border-color css

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

 span { border-color: rgb(215,9,11); }

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