Html Css Color HEX #D63016 Harley Davidson Orange

📋 copy color: '#D63016'

red 214 ◦ green 48 ◦ blue 22

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

Shades of Harley Davidson Orange #D63016

Tints of Harley Davidson Orange #D63016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.75%

R = 75.35%
G = 16.9%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D63016 (or 0xD63016) is known color: Harley Davidson Orange. HEX triplet: D6, 30 and 16. RGB value is (214,48,22). Sum of RGB (Red+Green+Blue) = 214+48+22=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D63016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63016 is #29CFE9. Grayscale: #5E5E5E. Windows color (decimal): -2740202 or 1454294. OLE color: 1454294.

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

Color convert

RGB 214 48 22 -
CMYK 0 0.78 0.90 0.16
HSL 8.13º 0.81% 0.46% -
HSV(B) 8.13º 0.9% 0.84% -
XYZ 28.93 16.47 2.41 -
YUV 94.67 87 213.11 -
System Red Green Blue C M Y K H S L
Decimal 214 48 22 0 0.78 0.90 0.16 8.13 0.81 0.46
Hex D6 30 16 0 4E 5A 10 8 51 2E
Octal 326 60 26 0 116 132 20 10 121 56
Binary 11010110 110000 10110 0 1001110 1011010 10000 1000 1010001 101110

Color Harmonies of #D63016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63016

Black with #D63016

Text Example


Text Example

White with #D63016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63016; }

 p { color: rgb(214,48,22); }

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

background-color css

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

 a { background-color: rgb(214,48,22); }

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

border-color css

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

 span { border-color: rgb(214,48,22); }

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