Html Css Color HEX #D8460F Harley Davidson Orange

📋 copy color: '#D8460F'

red 216 ◦ green 70 ◦ blue 15

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

Shades of Harley Davidson Orange #D8460F

Tints of Harley Davidson Orange #D8460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

 BLUE value IS 15 (6.25% from 255) = 4.98%

R = 71.76%
G = 23.26%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8460F (or 0xD8460F) is known color: Harley Davidson Orange. HEX triplet: D8, 46 and 0F. RGB value is (216,70,15). Sum of RGB (Red+Green+Blue) = 216+70+15=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D8460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8460F is #27B9F0. Grayscale: #6B6B6B. Windows color (decimal): -2603505 or 1001176. OLE color: 1001176.

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

Color convert

RGB 216 70 15 -
CMYK 0 0.68 0.93 0.15
HSL 16.42º 0.87% 0.45% -
HSV(B) 16.42º 0.93% 0.85% -
XYZ 30.6 19.01 2.51 -
YUV 107.38 75.87 205.47 -
System Red Green Blue C M Y K H S L
Decimal 216 70 15 0 0.68 0.93 0.15 16.42 0.87 0.45
Hex D8 46 F 0 44 5D F 10 57 2D
Octal 330 106 17 0 104 135 17 20 127 55
Binary 11011000 1000110 1111 0 1000100 1011101 1111 10000 1010111 101101

Color Harmonies of #D8460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8460F

Black with #D8460F

Text Example


Text Example

White with #D8460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8460F; }

 p { color: rgb(216,70,15); }

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

background-color css

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

 a { background-color: rgb(216,70,15); }

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

border-color css

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

 span { border-color: rgb(216,70,15); }

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