Html Css Color HEX #D8401F Harley Davidson Orange

📋 copy color: '#D8401F'

red 216 ◦ green 64 ◦ blue 31

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

Shades of Harley Davidson Orange #D8401F

Tints of Harley Davidson Orange #D8401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.97%

R = 69.45%
G = 20.58%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8401F (or 0xD8401F) is known color: Harley Davidson Orange. HEX triplet: D8, 40 and 1F. RGB value is (216,64,31). Sum of RGB (Red+Green+Blue) = 216+64+31=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D8401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8401F is #27BFE0. Grayscale: #696969. Windows color (decimal): -2605025 or 2048216. OLE color: 2048216.

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

Color convert

RGB 216 64 31 -
CMYK 0 0.70 0.86 0.15
HSL 10.7º 0.75% 0.48% -
HSV(B) 10.7º 0.86% 0.85% -
XYZ 30.4 18.36 3.24 -
YUV 105.69 85.86 206.68 -
System Red Green Blue C M Y K H S L
Decimal 216 64 31 0 0.70 0.86 0.15 10.7 0.75 0.48
Hex D8 40 1F 0 46 56 F B 4B 30
Octal 330 100 37 0 106 126 17 13 113 60
Binary 11011000 1000000 11111 0 1000110 1010110 1111 1011 1001011 110000

Color Harmonies of #D8401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8401F

Black with #D8401F

Text Example


Text Example

White with #D8401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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