Html Css Color HEX #D63117 Harley Davidson Orange

📋 copy color: '#D63117'

red 214 ◦ green 49 ◦ blue 23

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

Shades of Harley Davidson Orange #D63117

Tints of Harley Davidson Orange #D63117

RGB

 RED value IS 214 (83.98% from 255) = 74.83%

 GREEN value IS 49 (19.53% from 255) = 17.13%

 BLUE value IS 23 (9.38% from 255) = 8.04%

R = 74.83%
G = 17.13%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D63117 (or 0xD63117) is known color: Harley Davidson Orange. HEX triplet: D6, 31 and 17. RGB value is (214,49,23). Sum of RGB (Red+Green+Blue) = 214+49+23=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D63117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63117 is #29CEE8. Grayscale: #5F5F5F. Windows color (decimal): -2739945 or 1520086. OLE color: 1520086.

HSL color Cylindrical-coordinate representation of color #D63117: hue angle of 8.17º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D63117 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 49 23 -
CMYK 0 0.77 0.89 0.16
HSL 8.17º 0.81% 0.46% -
HSV(B) 8.17º 0.89% 0.84% -
XYZ 28.98 16.55 2.48 -
YUV 95.37 87.16 212.61 -
System Red Green Blue C M Y K H S L
Decimal 214 49 23 0 0.77 0.89 0.16 8.17 0.81 0.46
Hex D6 31 17 0 4D 59 10 8 51 2E
Octal 326 61 27 0 115 131 20 10 121 56
Binary 11010110 110001 10111 0 1001101 1011001 10000 1000 1010001 101110

Color Harmonies of #D63117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63117

Black with #D63117

Text Example


Text Example

White with #D63117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63117; }

 p { color: rgb(214,49,23); }

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

background-color css

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

 a { background-color: rgb(214,49,23); }

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

border-color css

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

 span { border-color: rgb(214,49,23); }

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