Html Css Color HEX #D8491E Harley Davidson Orange

📋 copy color: '#D8491E'

red 216 ◦ green 73 ◦ blue 30

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

Shades of Harley Davidson Orange #D8491E

Tints of Harley Davidson Orange #D8491E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.88%

 BLUE value IS 30 (12.11% from 255) = 9.4%

R = 67.71%
G = 22.88%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8491E (or 0xD8491E) is known color: Harley Davidson Orange. HEX triplet: D8, 49 and 1E. RGB value is (216,73,30). Sum of RGB (Red+Green+Blue) = 216+73+30=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D8491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8491E is #27B6E1. Grayscale: #6F6F6F. Windows color (decimal): -2602722 or 1984984. OLE color: 1984984.

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

Color convert

RGB 216 73 30 -
CMYK 0 0.66 0.86 0.15
HSL 13.87º 0.76% 0.48% -
HSV(B) 13.87º 0.86% 0.85% -
XYZ 30.94 19.46 3.35 -
YUV 110.86 82.38 203 -
System Red Green Blue C M Y K H S L
Decimal 216 73 30 0 0.66 0.86 0.15 13.87 0.76 0.48
Hex D8 49 1E 0 42 56 F E 4C 30
Octal 330 111 36 0 102 126 17 16 114 60
Binary 11011000 1001001 11110 0 1000010 1010110 1111 1110 1001100 110000

Color Harmonies of #D8491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8491E

Black with #D8491E

Text Example


Text Example

White with #D8491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8491E; }

 p { color: rgb(216,73,30); }

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

background-color css

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

 a { background-color: rgb(216,73,30); }

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

border-color css

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

 span { border-color: rgb(216,73,30); }

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