Html Css Color HEX #D12017 Harley Davidson Orange

📋 copy color: '#D12017'

red 209 ◦ green 32 ◦ blue 23

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

Shades of Harley Davidson Orange #D12017

Tints of Harley Davidson Orange #D12017

RGB

 RED value IS 209 (82.03% from 255) = 79.17%

 GREEN value IS 32 (12.89% from 255) = 12.12%

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

R = 79.17%
G = 12.12%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D12017 (or 0xD12017) is known color: Harley Davidson Orange. HEX triplet: D1, 20 and 17. RGB value is (209,32,23). Sum of RGB (Red+Green+Blue) = 209+32+23=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D12017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12017 is #2EDFE8. Grayscale: #545454. Windows color (decimal): -3071977 or 1515729. OLE color: 1515729.

HSL color Cylindrical-coordinate representation of color #D12017: hue angle of 2.9º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D12017 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 32 23 -
CMYK 0 0.85 0.89 0.18
HSL 2.9º 0.8% 0.45% -
HSV(B) 2.9º 0.89% 0.82% -
XYZ 26.97 14.65 2.22 -
YUV 83.9 93.64 217.23 -
System Red Green Blue C M Y K H S L
Decimal 209 32 23 0 0.85 0.89 0.18 2.9 0.8 0.45
Hex D1 20 17 0 55 59 12 3 50 2D
Octal 321 40 27 0 125 131 22 3 120 55
Binary 11010001 100000 10111 0 1010101 1011001 10010 11 1010000 101101

Color Harmonies of #D12017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12017

Black with #D12017

Text Example


Text Example

White with #D12017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12017; }

 p { color: rgb(209,32,23); }

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

background-color css

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

 a { background-color: rgb(209,32,23); }

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

border-color css

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

 span { border-color: rgb(209,32,23); }

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