Html Css Color HEX #D8461A Harley Davidson Orange

📋 copy color: '#D8461A'

red 216 ◦ green 70 ◦ blue 26

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

Shades of Harley Davidson Orange #D8461A

Tints of Harley Davidson Orange #D8461A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.33%

R = 69.23%
G = 22.44%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8461A (or 0xD8461A) is known color: Harley Davidson Orange. HEX triplet: D8, 46 and 1A. RGB value is (216,70,26). Sum of RGB (Red+Green+Blue) = 216+70+26=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D8461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8461A is #27B9E5. Grayscale: #6C6C6C. Windows color (decimal): -2603494 or 1722072. OLE color: 1722072.

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

Color convert

RGB 216 70 26 -
CMYK 0 0.68 0.88 0.15
HSL 13.89º 0.79% 0.47% -
HSV(B) 13.89º 0.88% 0.85% -
XYZ 30.7 19.05 3.04 -
YUV 108.64 81.37 204.58 -
System Red Green Blue C M Y K H S L
Decimal 216 70 26 0 0.68 0.88 0.15 13.89 0.79 0.47
Hex D8 46 1A 0 44 58 F E 4F 2F
Octal 330 106 32 0 104 130 17 16 117 57
Binary 11011000 1000110 11010 0 1000100 1011000 1111 1110 1001111 101111

Color Harmonies of #D8461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8461A

Black with #D8461A

Text Example


Text Example

White with #D8461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8461A; }

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

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

background-color css

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

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

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

border-color css

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

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

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