Html Css Color HEX #D8311F Harley Davidson Orange

📋 copy color: '#D8311F'

red 216 ◦ green 49 ◦ blue 31

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

Shades of Harley Davidson Orange #D8311F

Tints of Harley Davidson Orange #D8311F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.55%

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

R = 72.97%
G = 16.55%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8311F (or 0xD8311F) is known color: Harley Davidson Orange. HEX triplet: D8, 31 and 1F. RGB value is (216,49,31). Sum of RGB (Red+Green+Blue) = 216+49+31=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D8311F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8311F is #27CEE0. Grayscale: #616161. Windows color (decimal): -2608865 or 2044376. OLE color: 2044376.

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

Color convert

RGB 216 49 31 -
CMYK 0 0.77 0.86 0.15
HSL 5.84º 0.75% 0.48% -
HSV(B) 5.84º 0.86% 0.85% -
XYZ 29.66 16.89 2.99 -
YUV 96.88 90.83 212.96 -
System Red Green Blue C M Y K H S L
Decimal 216 49 31 0 0.77 0.86 0.15 5.84 0.75 0.48
Hex D8 31 1F 0 4D 56 F 6 4B 30
Octal 330 61 37 0 115 126 17 6 113 60
Binary 11011000 110001 11111 0 1001101 1010110 1111 110 1001011 110000

Color Harmonies of #D8311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8311F

Black with #D8311F

Text Example


Text Example

White with #D8311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8311F; }

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

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

background-color css

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

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

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

border-color css

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

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

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