Html Css Color HEX #D8310D Harley Davidson Orange

📋 copy color: '#D8310D'

red 216 ◦ green 49 ◦ blue 13

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

Shades of Harley Davidson Orange #D8310D

Tints of Harley Davidson Orange #D8310D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 77.7%
G = 17.63%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8310D (or 0xD8310D) is known color: Harley Davidson Orange. HEX triplet: D8, 31 and 0D. RGB value is (216,49,13). Sum of RGB (Red+Green+Blue) = 216+49+13=278 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.70% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 216 - color contains mainly: red. Hex color #D8310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8310D is #27CEF2. Grayscale: #5F5F5F. Windows color (decimal): -2608883 or 864728. OLE color: 864728.

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

Color convert

RGB 216 49 13 -
CMYK 0 0.77 0.94 0.15
HSL 10.64º 0.89% 0.45% -
HSV(B) 10.64º 0.94% 0.85% -
XYZ 29.49 16.82 2.07 -
YUV 94.83 81.83 214.43 -
System Red Green Blue C M Y K H S L
Decimal 216 49 13 0 0.77 0.94 0.15 10.64 0.89 0.45
Hex D8 31 D 0 4D 5E F B 59 2D
Octal 330 61 15 0 115 136 17 13 131 55
Binary 11011000 110001 1101 0 1001101 1011110 1111 1011 1011001 101101

Color Harmonies of #D8310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8310D

Black with #D8310D

Text Example


Text Example

White with #D8310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8310D; }

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

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

background-color css

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

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

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

border-color css

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

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

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