Html Css Color HEX #D1400F Harley Davidson Orange

📋 copy color: '#D1400F'

red 209 ◦ green 64 ◦ blue 15

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

Shades of Harley Davidson Orange #D1400F

Tints of Harley Davidson Orange #D1400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.22%

 BLUE value IS 15 (6.25% from 255) = 5.21%

R = 72.57%
G = 22.22%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1400F (or 0xD1400F) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 0F. RGB value is (209,64,15). Sum of RGB (Red+Green+Blue) = 209+64+15=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D1400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1400F is #2EBFF0. Grayscale: #666666. Windows color (decimal): -3063793 or 999633. OLE color: 999633.

HSL color Cylindrical-coordinate representation of color #D1400F: hue angle of 15.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1400F is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 64 15 -
CMYK 0 0.69 0.93 0.18
HSL 15.15º 0.87% 0.44% -
HSV(B) 15.15º 0.93% 0.82% -
XYZ 28.21 17.26 2.3 -
YUV 101.77 79.04 204.48 -
System Red Green Blue C M Y K H S L
Decimal 209 64 15 0 0.69 0.93 0.18 15.15 0.87 0.44
Hex D1 40 F 0 45 5D 12 F 57 2C
Octal 321 100 17 0 105 135 22 17 127 54
Binary 11010001 1000000 1111 0 1000101 1011101 10010 1111 1010111 101100

Color Harmonies of #D1400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1400F

Black with #D1400F

Text Example


Text Example

White with #D1400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1400F; }

 p { color: rgb(209,64,15); }

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

background-color css

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

 a { background-color: rgb(209,64,15); }

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

border-color css

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

 span { border-color: rgb(209,64,15); }

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