Html Css Color HEX #D7091B Venetian Red

📋 copy color: '#D7091B'

red 215 ◦ green 9 ◦ blue 27

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

Shades of Venetian Red #D7091B

Tints of Venetian Red #D7091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.76%

R = 85.66%
G = 3.59%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7091B (or 0xD7091B) is known color: Venetian Red. HEX triplet: D7, 09 and 1B. RGB value is (215,9,27). Sum of RGB (Red+Green+Blue) = 215+9+27=251 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.66% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 215 - color contains mainly: red. Hex color #D7091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7091B is #28F6E4. Grayscale: #484848. Windows color (decimal): -2684645 or 1771991. OLE color: 1771991.

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

Color convert

RGB 215 9 27 -
CMYK 0 0.96 0.87 0.16
HSL 354.76º 0.92% 0.44% -
HSV(B) 354.76º 0.96% 0.84% -
XYZ 28.32 14.72 2.39 -
YUV 72.65 102.25 229.54 -
System Red Green Blue C M Y K H S L
Decimal 215 9 27 0 0.96 0.87 0.16 354.76 0.92 0.44
Hex D7 9 1B 0 60 57 10 163 5C 2C
Octal 327 11 33 0 140 127 20 543 134 54
Binary 11010111 1001 11011 0 1100000 1010111 10000 101100011 1011100 101100

Color Harmonies of #D7091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7091B

Black with #D7091B

Text Example


Text Example

White with #D7091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7091B; }

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

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

background-color css

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

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

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

border-color css

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

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

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