Html Css Color HEX #D8461F Harley Davidson Orange

📋 copy color: '#D8461F'

red 216 ◦ green 70 ◦ blue 31

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

Shades of Harley Davidson Orange #D8461F

Tints of Harley Davidson Orange #D8461F

RGB

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

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

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

R = 68.14%
G = 22.08%
B = 9.78%

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

#D8461F (or 0xD8461F) is known color: Harley Davidson Orange. HEX triplet: D8, 46 and 1F. RGB value is (216,70,31). Sum of RGB (Red+Green+Blue) = 216+70+31=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D8461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8461F is #27B9E0. Grayscale: #6D6D6D. Windows color (decimal): -2603489 or 2049752. OLE color: 2049752.

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

Color convert

RGB 216 70 31 -
CMYK 0 0.68 0.86 0.15
HSL 12.65º 0.75% 0.48% -
HSV(B) 12.65º 0.86% 0.85% -
XYZ 30.76 19.08 3.36 -
YUV 109.21 83.87 204.17 -
System Red Green Blue C M Y K H S L
Decimal 216 70 31 0 0.68 0.86 0.15 12.65 0.75 0.48
Hex D8 46 1F 0 44 56 F D 4B 30
Octal 330 106 37 0 104 126 17 15 113 60
Binary 11011000 1000110 11111 0 1000100 1010110 1111 1101 1001011 110000

Color Harmonies of #D8461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8461F

Black with #D8461F

Text Example


Text Example

White with #D8461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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