Html Css Color HEX #D8051F Venetian Red

📋 copy color: '#D8051F'

red 216 ◦ green 5 ◦ blue 31

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

Shades of Venetian Red #D8051F

Tints of Venetian Red #D8051F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.3%

R = 85.71%
G = 1.98%
B = 12.3%

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

#D8051F (or 0xD8051F) is known color: Venetian Red. HEX triplet: D8, 05 and 1F. RGB value is (216,5,31). Sum of RGB (Red+Green+Blue) = 216+5+31=252 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.71% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 216 - color contains mainly: red. Hex color #D8051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8051F is #27FAE0. Grayscale: #474747. Windows color (decimal): -2620129 or 2033112. OLE color: 2033112.

HSL color Cylindrical-coordinate representation of color #D8051F: hue angle of 352.61º 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 #D8051F is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 5 31 -
CMYK 0 0.98 0.86 0.15
HSL 352.61º 0.95% 0.43% -
HSV(B) 352.61º 0.98% 0.85% -
XYZ 28.62 14.81 2.65 -
YUV 71.05 105.4 231.39 -
System Red Green Blue C M Y K H S L
Decimal 216 5 31 0 0.98 0.86 0.15 352.61 0.95 0.43
Hex D8 5 1F 0 62 56 F 161 5F 2B
Octal 330 5 37 0 142 126 17 541 137 53
Binary 11011000 101 11111 0 1100010 1010110 1111 101100001 1011111 101011

Color Harmonies of #D8051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8051F

Black with #D8051F

Text Example


Text Example

White with #D8051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8051F; }

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

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

background-color css

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

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

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

border-color css

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

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

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