Html Css Color HEX #D63110 Harley Davidson Orange

📋 copy color: '#D63110'

red 214 ◦ green 49 ◦ blue 16

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

Shades of Harley Davidson Orange #D63110

Tints of Harley Davidson Orange #D63110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.73%

R = 76.7%
G = 17.56%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D63110 (or 0xD63110) is known color: Harley Davidson Orange. HEX triplet: D6, 31 and 10. RGB value is (214,49,16). Sum of RGB (Red+Green+Blue) = 214+49+16=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D63110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63110 is #29CEEF. Grayscale: #5E5E5E. Windows color (decimal): -2739952 or 1061334. OLE color: 1061334.

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

Color convert

RGB 214 49 16 -
CMYK 0 0.77 0.93 0.16
HSL 10º 0.86% 0.45% -
HSV(B) 10º 0.93% 0.84% -
XYZ 28.92 16.53 2.16 -
YUV 94.57 83.66 213.18 -
System Red Green Blue C M Y K H S L
Decimal 214 49 16 0 0.77 0.93 0.16 10 0.86 0.45
Hex D6 31 10 0 4D 5D 10 A 56 2D
Octal 326 61 20 0 115 135 20 12 126 55
Binary 11010110 110001 10000 0 1001101 1011101 10000 1010 1010110 101101

Color Harmonies of #D63110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63110

Black with #D63110

Text Example


Text Example

White with #D63110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63110; }

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

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

background-color css

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

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

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

border-color css

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

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

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