Html Css Color HEX #D62417 Harley Davidson Orange

📋 copy color: '#D62417'

red 214 ◦ green 36 ◦ blue 23

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

Shades of Harley Davidson Orange #D62417

Tints of Harley Davidson Orange #D62417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.19%

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

R = 78.39%
G = 13.19%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D62417 (or 0xD62417) is known color: Harley Davidson Orange. HEX triplet: D6, 24 and 17. RGB value is (214,36,23). Sum of RGB (Red+Green+Blue) = 214+36+23=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D62417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62417 is #29DBE8. Grayscale: #575757. Windows color (decimal): -2743273 or 1516758. OLE color: 1516758.

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

Color convert

RGB 214 36 23 -
CMYK 0 0.83 0.89 0.16
HSL 4.08º 0.81% 0.46% -
HSV(B) 4.08º 0.89% 0.84% -
XYZ 28.52 15.62 2.32 -
YUV 87.74 91.47 218.06 -
System Red Green Blue C M Y K H S L
Decimal 214 36 23 0 0.83 0.89 0.16 4.08 0.81 0.46
Hex D6 24 17 0 53 59 10 4 51 2E
Octal 326 44 27 0 123 131 20 4 121 56
Binary 11010110 100100 10111 0 1010011 1011001 10000 100 1010001 101110

Color Harmonies of #D62417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62417

Black with #D62417

Text Example


Text Example

White with #D62417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62417; }

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

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

background-color css

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

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

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

border-color css

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

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

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