Html Css Color HEX #D8461E Harley Davidson Orange

📋 copy color: '#D8461E'

red 216 ◦ green 70 ◦ blue 30

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

Shades of Harley Davidson Orange #D8461E

Tints of Harley Davidson Orange #D8461E

RGB

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

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

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

R = 68.35%
G = 22.15%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8461E (or 0xD8461E) is known color: Harley Davidson Orange. HEX triplet: D8, 46 and 1E. RGB value is (216,70,30). Sum of RGB (Red+Green+Blue) = 216+70+30=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D8461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8461E is #27B9E1. Grayscale: #6D6D6D. Windows color (decimal): -2603490 or 1984216. OLE color: 1984216.

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

Color convert

RGB 216 70 30 -
CMYK 0 0.68 0.86 0.15
HSL 12.9º 0.76% 0.48% -
HSV(B) 12.9º 0.86% 0.85% -
XYZ 30.74 19.07 3.29 -
YUV 109.09 83.37 204.25 -
System Red Green Blue C M Y K H S L
Decimal 216 70 30 0 0.68 0.86 0.15 12.9 0.76 0.48
Hex D8 46 1E 0 44 56 F D 4C 30
Octal 330 106 36 0 104 126 17 15 114 60
Binary 11011000 1000110 11110 0 1000100 1010110 1111 1101 1001100 110000

Color Harmonies of #D8461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8461E

Black with #D8461E

Text Example


Text Example

White with #D8461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8461E; }

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

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

background-color css

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

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

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

border-color css

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

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

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