Html Css Color HEX #D1450F Harley Davidson Orange

📋 copy color: '#D1450F'

red 209 ◦ green 69 ◦ blue 15

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

Shades of Harley Davidson Orange #D1450F

Tints of Harley Davidson Orange #D1450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.55%

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

R = 71.33%
G = 23.55%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1450F (or 0xD1450F) is known color: Harley Davidson Orange. HEX triplet: D1, 45 and 0F. RGB value is (209,69,15). Sum of RGB (Red+Green+Blue) = 209+69+15=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D1450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1450F is #2EBAF0. Grayscale: #696969. Windows color (decimal): -3062513 or 1000913. OLE color: 1000913.

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

Color convert

RGB 209 69 15 -
CMYK 0 0.67 0.93 0.18
HSL 16.7º 0.87% 0.44% -
HSV(B) 16.7º 0.93% 0.82% -
XYZ 28.51 17.85 2.39 -
YUV 104.7 77.38 202.39 -
System Red Green Blue C M Y K H S L
Decimal 209 69 15 0 0.67 0.93 0.18 16.7 0.87 0.44
Hex D1 45 F 0 43 5D 12 11 57 2C
Octal 321 105 17 0 103 135 22 21 127 54
Binary 11010001 1000101 1111 0 1000011 1011101 10010 10001 1010111 101100

Color Harmonies of #D1450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1450F

Black with #D1450F

Text Example


Text Example

White with #D1450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1450F; }

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

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

background-color css

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

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

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

border-color css

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

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

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