Html Css Color HEX #D61C17 Harley Davidson Orange

📋 copy color: '#D61C17'

red 214 ◦ green 28 ◦ blue 23

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

Shades of Harley Davidson Orange #D61C17

Tints of Harley Davidson Orange #D61C17

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.57%

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

R = 80.75%
G = 10.57%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D61C17 (or 0xD61C17) is known color: Harley Davidson Orange. HEX triplet: D6, 1C and 17. RGB value is (214,28,23). Sum of RGB (Red+Green+Blue) = 214+28+23=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61C17 is #29E3E8. Grayscale: #535353. Windows color (decimal): -2745321 or 1514710. OLE color: 1514710.

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

Color convert

RGB 214 28 23 -
CMYK 0 0.87 0.89 0.16
HSL 1.57º 0.81% 0.46% -
HSV(B) 1.57º 0.89% 0.84% -
XYZ 28.3 15.19 2.25 -
YUV 83.04 94.12 221.41 -
System Red Green Blue C M Y K H S L
Decimal 214 28 23 0 0.87 0.89 0.16 1.57 0.81 0.46
Hex D6 1C 17 0 57 59 10 2 51 2E
Octal 326 34 27 0 127 131 20 2 121 56
Binary 11010110 11100 10111 0 1010111 1011001 10000 10 1010001 101110

Color Harmonies of #D61C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C17

Black with #D61C17

Text Example


Text Example

White with #D61C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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