Html Css Color HEX #D93014 Harley Davidson Orange

📋 copy color: '#D93014'

red 217 ◦ green 48 ◦ blue 20

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

Shades of Harley Davidson Orange #D93014

Tints of Harley Davidson Orange #D93014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.84%

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

R = 76.14%
G = 16.84%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D93014 (or 0xD93014) is known color: Harley Davidson Orange. HEX triplet: D9, 30 and 14. RGB value is (217,48,20). Sum of RGB (Red+Green+Blue) = 217+48+20=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D93014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93014 is #26CFEB. Grayscale: #5F5F5F. Windows color (decimal): -2543596 or 1323225. OLE color: 1323225.

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

Color convert

RGB 217 48 20 -
CMYK 0 0.78 0.91 0.15
HSL 8.53º 0.83% 0.46% -
HSV(B) 8.53º 0.91% 0.85% -
XYZ 29.8 16.92 2.36 -
YUV 95.34 85.49 214.78 -
System Red Green Blue C M Y K H S L
Decimal 217 48 20 0 0.78 0.91 0.15 8.53 0.83 0.46
Hex D9 30 14 0 4E 5B F 9 53 2E
Octal 331 60 24 0 116 133 17 11 123 56
Binary 11011001 110000 10100 0 1001110 1011011 1111 1001 1010011 101110

Color Harmonies of #D93014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93014

Black with #D93014

Text Example


Text Example

White with #D93014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93014; }

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

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

background-color css

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

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

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

border-color css

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

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

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