Html Css Color HEX #D62A17 Harley Davidson Orange

📋 copy color: '#D62A17'

red 214 ◦ green 42 ◦ blue 23

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

Shades of Harley Davidson Orange #D62A17

Tints of Harley Davidson Orange #D62A17

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.05%

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

R = 76.7%
G = 15.05%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D62A17 (or 0xD62A17) is known color: Harley Davidson Orange. HEX triplet: D6, 2A and 17. RGB value is (214,42,23). Sum of RGB (Red+Green+Blue) = 214+42+23=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62A17 is #29D5E8. Grayscale: #5B5B5B. Windows color (decimal): -2741737 or 1518294. OLE color: 1518294.

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

Color convert

RGB 214 42 23 -
CMYK 0 0.80 0.89 0.16
HSL 5.97º 0.81% 0.46% -
HSV(B) 5.97º 0.89% 0.84% -
XYZ 28.71 16.01 2.39 -
YUV 91.26 89.48 215.54 -
System Red Green Blue C M Y K H S L
Decimal 214 42 23 0 0.80 0.89 0.16 5.97 0.81 0.46
Hex D6 2A 17 0 50 59 10 6 51 2E
Octal 326 52 27 0 120 131 20 6 121 56
Binary 11010110 101010 10111 0 1010000 1011001 10000 110 1010001 101110

Color Harmonies of #D62A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A17

Black with #D62A17

Text Example


Text Example

White with #D62A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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