Html Css Color HEX #D8401A Harley Davidson Orange

📋 copy color: '#D8401A'

red 216 ◦ green 64 ◦ blue 26

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

Shades of Harley Davidson Orange #D8401A

Tints of Harley Davidson Orange #D8401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.92%

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

R = 70.59%
G = 20.92%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8401A (or 0xD8401A) is known color: Harley Davidson Orange. HEX triplet: D8, 40 and 1A. RGB value is (216,64,26). Sum of RGB (Red+Green+Blue) = 216+64+26=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D8401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8401A is #27BFE5. Grayscale: #696969. Windows color (decimal): -2605030 or 1720536. OLE color: 1720536.

HSL color Cylindrical-coordinate representation of color #D8401A: hue angle of 12º 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 #D8401A is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 64 26 -
CMYK 0 0.70 0.88 0.15
HSL 12º 0.79% 0.47% -
HSV(B) 12º 0.88% 0.85% -
XYZ 30.34 18.34 2.92 -
YUV 105.12 83.36 207.09 -
System Red Green Blue C M Y K H S L
Decimal 216 64 26 0 0.70 0.88 0.15 12 0.79 0.47
Hex D8 40 1A 0 46 58 F C 4F 2F
Octal 330 100 32 0 106 130 17 14 117 57
Binary 11011000 1000000 11010 0 1000110 1011000 1111 1100 1001111 101111

Color Harmonies of #D8401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8401A

Black with #D8401A

Text Example


Text Example

White with #D8401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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