Html Css Color HEX #D8091B Venetian Red

📋 copy color: '#D8091B'

red 216 ◦ green 9 ◦ blue 27

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

Shades of Venetian Red #D8091B

Tints of Venetian Red #D8091B

RGB

 RED value IS 216 (84.77% from 255) = 85.71%

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

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

R = 85.71%
G = 3.57%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8091B (or 0xD8091B) is known color: Venetian Red. HEX triplet: D8, 09 and 1B. RGB value is (216,9,27). Sum of RGB (Red+Green+Blue) = 216+9+27=252 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.71% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 216 - color contains mainly: red. Hex color #D8091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8091B is #27F6E4. Grayscale: #494949. Windows color (decimal): -2619109 or 1771992. OLE color: 1771992.

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

Color convert

RGB 216 9 27 -
CMYK 0 0.96 0.88 0.15
HSL 354.78º 0.92% 0.44% -
HSV(B) 354.78º 0.96% 0.85% -
XYZ 28.61 14.87 2.4 -
YUV 72.95 102.08 230.04 -
System Red Green Blue C M Y K H S L
Decimal 216 9 27 0 0.96 0.88 0.15 354.78 0.92 0.44
Hex D8 9 1B 0 60 58 F 163 5C 2C
Octal 330 11 33 0 140 130 17 543 134 54
Binary 11011000 1001 11011 0 1100000 1011000 1111 101100011 1011100 101100

Color Harmonies of #D8091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8091B

Black with #D8091B

Text Example


Text Example

White with #D8091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8091B; }

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

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

background-color css

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

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

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

border-color css

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

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

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