Html Css Color HEX #D63416 Harley Davidson Orange

📋 copy color: '#D63416'

red 214 ◦ green 52 ◦ blue 22

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

Shades of Harley Davidson Orange #D63416

Tints of Harley Davidson Orange #D63416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

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

R = 74.31%
G = 18.06%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D63416 (or 0xD63416) is known color: Harley Davidson Orange. HEX triplet: D6, 34 and 16. RGB value is (214,52,22). Sum of RGB (Red+Green+Blue) = 214+52+22=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D63416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63416 is #29CBE9. Grayscale: #616161. Windows color (decimal): -2739178 or 1455318. OLE color: 1455318.

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

Color convert

RGB 214 52 22 -
CMYK 0 0.76 0.90 0.16
HSL 9.38º 0.81% 0.46% -
HSV(B) 9.38º 0.9% 0.84% -
XYZ 29.1 16.81 2.47 -
YUV 97.02 85.67 211.44 -
System Red Green Blue C M Y K H S L
Decimal 214 52 22 0 0.76 0.90 0.16 9.38 0.81 0.46
Hex D6 34 16 0 4C 5A 10 9 51 2E
Octal 326 64 26 0 114 132 20 11 121 56
Binary 11010110 110100 10110 0 1001100 1011010 10000 1001 1010001 101110

Color Harmonies of #D63416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63416

Black with #D63416

Text Example


Text Example

White with #D63416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63416; }

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

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

background-color css

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

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

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

border-color css

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

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

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