Html Css Color HEX #D94414 Harley Davidson Orange

📋 copy color: '#D94414'

red 217 ◦ green 68 ◦ blue 20

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

Shades of Harley Davidson Orange #D94414

Tints of Harley Davidson Orange #D94414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.3%

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

R = 71.15%
G = 22.3%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D94414 (or 0xD94414) is known color: Harley Davidson Orange. HEX triplet: D9, 44 and 14. RGB value is (217,68,20). Sum of RGB (Red+Green+Blue) = 217+68+20=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D94414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94414 is #26BBEB. Grayscale: #6B6B6B. Windows color (decimal): -2538476 or 1328345. OLE color: 1328345.

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

Color convert

RGB 217 68 20 -
CMYK 0 0.69 0.91 0.15
HSL 14.62º 0.83% 0.46% -
HSV(B) 14.62º 0.91% 0.85% -
XYZ 30.81 18.94 2.69 -
YUV 107.08 78.86 206.4 -
System Red Green Blue C M Y K H S L
Decimal 217 68 20 0 0.69 0.91 0.15 14.62 0.83 0.46
Hex D9 44 14 0 45 5B F F 53 2E
Octal 331 104 24 0 105 133 17 17 123 56
Binary 11011001 1000100 10100 0 1000101 1011011 1111 1111 1010011 101110

Color Harmonies of #D94414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94414

Black with #D94414

Text Example


Text Example

White with #D94414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94414; }

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

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

background-color css

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

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

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

border-color css

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

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

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