Html Css Color HEX #D94A14 Harley Davidson Orange

📋 copy color: '#D94A14'

red 217 ◦ green 74 ◦ blue 20

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

Shades of Harley Davidson Orange #D94A14

Tints of Harley Davidson Orange #D94A14

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.79%

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

R = 69.77%
G = 23.79%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D94A14 (or 0xD94A14) is known color: Harley Davidson Orange. HEX triplet: D9, 4A and 14. RGB value is (217,74,20). Sum of RGB (Red+Green+Blue) = 217+74+20=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94A14 is #26B5EB. Grayscale: #6E6E6E. Windows color (decimal): -2536940 or 1329881. OLE color: 1329881.

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

Color convert

RGB 217 74 20 -
CMYK 0 0.66 0.91 0.15
HSL 16.45º 0.83% 0.46% -
HSV(B) 16.45º 0.91% 0.85% -
XYZ 31.19 19.7 2.82 -
YUV 110.6 76.88 203.89 -
System Red Green Blue C M Y K H S L
Decimal 217 74 20 0 0.66 0.91 0.15 16.45 0.83 0.46
Hex D9 4A 14 0 42 5B F 10 53 2E
Octal 331 112 24 0 102 133 17 20 123 56
Binary 11011001 1001010 10100 0 1000010 1011011 1111 10000 1010011 101110

Color Harmonies of #D94A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A14

Black with #D94A14

Text Example


Text Example

White with #D94A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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