Html Css Color HEX #D94114 Harley Davidson Orange

📋 copy color: '#D94114'

red 217 ◦ green 65 ◦ blue 20

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

Shades of Harley Davidson Orange #D94114

Tints of Harley Davidson Orange #D94114

RGB

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

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

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

R = 71.85%
G = 21.52%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D94114 (or 0xD94114) is known color: Harley Davidson Orange. HEX triplet: D9, 41 and 14. RGB value is (217,65,20). Sum of RGB (Red+Green+Blue) = 217+65+20=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D94114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94114 is #26BEEB. Grayscale: #696969. Windows color (decimal): -2539244 or 1327577. OLE color: 1327577.

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

Color convert

RGB 217 65 20 -
CMYK 0 0.70 0.91 0.15
HSL 13.71º 0.83% 0.46% -
HSV(B) 13.71º 0.91% 0.85% -
XYZ 30.63 18.58 2.63 -
YUV 105.32 79.86 207.66 -
System Red Green Blue C M Y K H S L
Decimal 217 65 20 0 0.70 0.91 0.15 13.71 0.83 0.46
Hex D9 41 14 0 46 5B F E 53 2E
Octal 331 101 24 0 106 133 17 16 123 56
Binary 11011001 1000001 10100 0 1000110 1011011 1111 1110 1010011 101110

Color Harmonies of #D94114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94114

Black with #D94114

Text Example


Text Example

White with #D94114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94114; }

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

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

background-color css

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

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

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

border-color css

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

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

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