Html Css Color HEX #D63A17 Harley Davidson Orange

📋 copy color: '#D63A17'

red 214 ◦ green 58 ◦ blue 23

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

Shades of Harley Davidson Orange #D63A17

Tints of Harley Davidson Orange #D63A17

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.66%

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

R = 72.54%
G = 19.66%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D63A17 (or 0xD63A17) is known color: Harley Davidson Orange. HEX triplet: D6, 3A and 17. RGB value is (214,58,23). Sum of RGB (Red+Green+Blue) = 214+58+23=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63A17 is #29C5E8. Grayscale: #646464. Windows color (decimal): -2737641 or 1522390. OLE color: 1522390.

HSL color Cylindrical-coordinate representation of color #D63A17: hue angle of 10.99º 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 #D63A17 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 58 23 -
CMYK 0 0.73 0.89 0.16
HSL 10.99º 0.81% 0.46% -
HSV(B) 10.99º 0.89% 0.84% -
XYZ 29.4 17.38 2.62 -
YUV 100.65 84.18 208.85 -
System Red Green Blue C M Y K H S L
Decimal 214 58 23 0 0.73 0.89 0.16 10.99 0.81 0.46
Hex D6 3A 17 0 49 59 10 B 51 2E
Octal 326 72 27 0 111 131 20 13 121 56
Binary 11010110 111010 10111 0 1001001 1011001 10000 1011 1010001 101110

Color Harmonies of #D63A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A17

Black with #D63A17

Text Example


Text Example

White with #D63A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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