Html Css Color HEX #D8051E Venetian Red

📋 copy color: '#D8051E'

red 216 ◦ green 5 ◦ blue 30

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

Shades of Venetian Red #D8051E

Tints of Venetian Red #D8051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.99%

 BLUE value IS 30 (12.11% from 255) = 11.95%

R = 86.06%
G = 1.99%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8051E (or 0xD8051E) is known color: Venetian Red. HEX triplet: D8, 05 and 1E. RGB value is (216,5,30). Sum of RGB (Red+Green+Blue) = 216+5+30=251 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.06% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 216 - color contains mainly: red. Hex color #D8051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8051E is #27FAE1. Grayscale: #474747. Windows color (decimal): -2620130 or 1967576. OLE color: 1967576.

HSL color Cylindrical-coordinate representation of color #D8051E: hue angle of 352.89º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8051E is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 5 30 -
CMYK 0 0.98 0.86 0.15
HSL 352.89º 0.95% 0.43% -
HSV(B) 352.89º 0.98% 0.85% -
XYZ 28.61 14.8 2.58 -
YUV 70.94 104.9 231.47 -
System Red Green Blue C M Y K H S L
Decimal 216 5 30 0 0.98 0.86 0.15 352.89 0.95 0.43
Hex D8 5 1E 0 62 56 F 161 5F 2B
Octal 330 5 36 0 142 126 17 541 137 53
Binary 11011000 101 11110 0 1100010 1010110 1111 101100001 1011111 101011

Color Harmonies of #D8051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8051E

Black with #D8051E

Text Example


Text Example

White with #D8051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8051E; }

 p { color: rgb(216,5,30); }

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

background-color css

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

 a { background-color: rgb(216,5,30); }

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

border-color css

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

 span { border-color: rgb(216,5,30); }

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