Html Css Color HEX #D94814 Harley Davidson Orange

📋 copy color: '#D94814'

red 217 ◦ green 72 ◦ blue 20

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

Shades of Harley Davidson Orange #D94814

Tints of Harley Davidson Orange #D94814

RGB

 RED value IS 217 (85.16% from 255) = 70.23%

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 70.23%
G = 23.3%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D94814 (or 0xD94814) is known color: Harley Davidson Orange. HEX triplet: D9, 48 and 14. RGB value is (217,72,20). Sum of RGB (Red+Green+Blue) = 217+72+20=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D94814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94814 is #26B7EB. Grayscale: #6D6D6D. Windows color (decimal): -2537452 or 1329369. OLE color: 1329369.

HSL color Cylindrical-coordinate representation of color #D94814: hue angle of 15.84º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D94814 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 72 20 -
CMYK 0 0.67 0.91 0.15
HSL 15.84º 0.83% 0.46% -
HSV(B) 15.84º 0.91% 0.85% -
XYZ 31.06 19.44 2.78 -
YUV 109.43 77.54 204.73 -
System Red Green Blue C M Y K H S L
Decimal 217 72 20 0 0.67 0.91 0.15 15.84 0.83 0.46
Hex D9 48 14 0 43 5B F 10 53 2E
Octal 331 110 24 0 103 133 17 20 123 56
Binary 11011001 1001000 10100 0 1000011 1011011 1111 10000 1010011 101110

Color Harmonies of #D94814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94814

Black with #D94814

Text Example


Text Example

White with #D94814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94814; }

 p { color: rgb(217,72,20); }

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

background-color css

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

 a { background-color: rgb(217,72,20); }

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

border-color css

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

 span { border-color: rgb(217,72,20); }

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