Html Css Color HEX #D13C17 Harley Davidson Orange

📋 copy color: '#D13C17'

red 209 ◦ green 60 ◦ blue 23

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

Shades of Harley Davidson Orange #D13C17

Tints of Harley Davidson Orange #D13C17

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.55%

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

R = 71.58%
G = 20.55%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D13C17 (or 0xD13C17) is known color: Harley Davidson Orange. HEX triplet: D1, 3C and 17. RGB value is (209,60,23). Sum of RGB (Red+Green+Blue) = 209+60+23=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13C17 is #2EC3E8. Grayscale: #646464. Windows color (decimal): -3064809 or 1522897. OLE color: 1522897.

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

Color convert

RGB 209 60 23 -
CMYK 0 0.71 0.89 0.18
HSL 11.94º 0.8% 0.45% -
HSV(B) 11.94º 0.89% 0.82% -
XYZ 28.07 16.85 2.58 -
YUV 100.33 84.36 205.51 -
System Red Green Blue C M Y K H S L
Decimal 209 60 23 0 0.71 0.89 0.18 11.94 0.8 0.45
Hex D1 3C 17 0 47 59 12 C 50 2D
Octal 321 74 27 0 107 131 22 14 120 55
Binary 11010001 111100 10111 0 1000111 1011001 10010 1100 1010000 101101

Color Harmonies of #D13C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C17

Black with #D13C17

Text Example


Text Example

White with #D13C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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