Html Css Color HEX #D8071B Venetian Red

📋 copy color: '#D8071B'

red 216 ◦ green 7 ◦ blue 27

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

Shades of Venetian Red #D8071B

Tints of Venetian Red #D8071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.8%

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

R = 86.4%
G = 2.8%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8071B (or 0xD8071B) is known color: Venetian Red. HEX triplet: D8, 07 and 1B. RGB value is (216,7,27). Sum of RGB (Red+Green+Blue) = 216+7+27=250 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.4% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 216 - color contains mainly: red. Hex color #D8071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8071B is #27F8E4. Grayscale: #474747. Windows color (decimal): -2619621 or 1771480. OLE color: 1771480.

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

Color convert

RGB 216 7 27 -
CMYK 0 0.97 0.88 0.15
HSL 354.26º 0.94% 0.44% -
HSV(B) 354.26º 0.97% 0.85% -
XYZ 28.59 14.83 2.39 -
YUV 71.77 102.74 230.87 -
System Red Green Blue C M Y K H S L
Decimal 216 7 27 0 0.97 0.88 0.15 354.26 0.94 0.44
Hex D8 7 1B 0 61 58 F 162 5E 2C
Octal 330 7 33 0 141 130 17 542 136 54
Binary 11011000 111 11011 0 1100001 1011000 1111 101100010 1011110 101100

Color Harmonies of #D8071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8071B

Black with #D8071B

Text Example


Text Example

White with #D8071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8071B; }

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

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

background-color css

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

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

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

border-color css

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

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

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