Html Css Color HEX #D8411F Harley Davidson Orange

📋 copy color: '#D8411F'

red 216 ◦ green 65 ◦ blue 31

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

Shades of Harley Davidson Orange #D8411F

Tints of Harley Davidson Orange #D8411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.83%

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

R = 69.23%
G = 20.83%
B = 9.94%

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

#D8411F (or 0xD8411F) is known color: Harley Davidson Orange. HEX triplet: D8, 41 and 1F. RGB value is (216,65,31). Sum of RGB (Red+Green+Blue) = 216+65+31=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D8411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8411F is #27BEE0. Grayscale: #6A6A6A. Windows color (decimal): -2604769 or 2048472. OLE color: 2048472.

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

Color convert

RGB 216 65 31 -
CMYK 0 0.70 0.86 0.15
HSL 11.03º 0.75% 0.48% -
HSV(B) 11.03º 0.86% 0.85% -
XYZ 30.46 18.48 3.26 -
YUV 106.27 85.53 206.26 -
System Red Green Blue C M Y K H S L
Decimal 216 65 31 0 0.70 0.86 0.15 11.03 0.75 0.48
Hex D8 41 1F 0 46 56 F B 4B 30
Octal 330 101 37 0 106 126 17 13 113 60
Binary 11011000 1000001 11111 0 1000110 1010110 1111 1011 1001011 110000

Color Harmonies of #D8411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8411F

Black with #D8411F

Text Example


Text Example

White with #D8411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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