Html Css Color HEX #D94012 Harley Davidson Orange

📋 copy color: '#D94012'

red 217 ◦ green 64 ◦ blue 18

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

Shades of Harley Davidson Orange #D94012

Tints of Harley Davidson Orange #D94012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.4%

 BLUE value IS 18 (7.42% from 255) = 6.02%

R = 72.58%
G = 21.4%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D94012 (or 0xD94012) is known color: Harley Davidson Orange. HEX triplet: D9, 40 and 12. RGB value is (217,64,18). Sum of RGB (Red+Green+Blue) = 217+64+18=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D94012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94012 is #26BFED. Grayscale: #686868. Windows color (decimal): -2539502 or 1196249. OLE color: 1196249.

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

Color convert

RGB 217 64 18 -
CMYK 0 0.71 0.92 0.15
HSL 13.87º 0.85% 0.46% -
HSV(B) 13.87º 0.92% 0.85% -
XYZ 30.56 18.46 2.53 -
YUV 104.5 79.19 208.24 -
System Red Green Blue C M Y K H S L
Decimal 217 64 18 0 0.71 0.92 0.15 13.87 0.85 0.46
Hex D9 40 12 0 47 5C F E 55 2E
Octal 331 100 22 0 107 134 17 16 125 56
Binary 11011001 1000000 10010 0 1000111 1011100 1111 1110 1010101 101110

Color Harmonies of #D94012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94012

Black with #D94012

Text Example


Text Example

White with #D94012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94012; }

 p { color: rgb(217,64,18); }

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

background-color css

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

 a { background-color: rgb(217,64,18); }

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

border-color css

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

 span { border-color: rgb(217,64,18); }

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