Html Css Color HEX #D63710 Harley Davidson Orange

📋 copy color: '#D63710'

red 214 ◦ green 55 ◦ blue 16

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

Shades of Harley Davidson Orange #D63710

Tints of Harley Davidson Orange #D63710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.3%

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

R = 75.09%
G = 19.3%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D63710 (or 0xD63710) is known color: Harley Davidson Orange. HEX triplet: D6, 37 and 10. RGB value is (214,55,16). Sum of RGB (Red+Green+Blue) = 214+55+16=285 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.09% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 214 - color contains mainly: red. Hex color #D63710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63710 is #29C8EF. Grayscale: #626262. Windows color (decimal): -2738416 or 1062870. OLE color: 1062870.

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

Color convert

RGB 214 55 16 -
CMYK 0 0.74 0.93 0.16
HSL 11.82º 0.86% 0.45% -
HSV(B) 11.82º 0.93% 0.84% -
XYZ 29.19 17.07 2.25 -
YUV 98.1 81.68 210.67 -
System Red Green Blue C M Y K H S L
Decimal 214 55 16 0 0.74 0.93 0.16 11.82 0.86 0.45
Hex D6 37 10 0 4A 5D 10 C 56 2D
Octal 326 67 20 0 112 135 20 14 126 55
Binary 11010110 110111 10000 0 1001010 1011101 10000 1100 1010110 101101

Color Harmonies of #D63710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63710

Black with #D63710

Text Example


Text Example

White with #D63710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63710; }

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

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

background-color css

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

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

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

border-color css

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

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

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