Html Css Color HEX #D1370F Harley Davidson Orange

📋 copy color: '#D1370F'

red 209 ◦ green 55 ◦ blue 15

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

Shades of Harley Davidson Orange #D1370F

Tints of Harley Davidson Orange #D1370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.71%

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

R = 74.91%
G = 19.71%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1370F (or 0xD1370F) is known color: Harley Davidson Orange. HEX triplet: D1, 37 and 0F. RGB value is (209,55,15). Sum of RGB (Red+Green+Blue) = 209+55+15=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D1370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1370F is #2EC8F0. Grayscale: #606060. Windows color (decimal): -3066097 or 997329. OLE color: 997329.

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

Color convert

RGB 209 55 15 -
CMYK 0 0.74 0.93 0.18
HSL 12.37º 0.87% 0.44% -
HSV(B) 12.37º 0.93% 0.82% -
XYZ 27.75 16.32 2.14 -
YUV 96.49 82.02 208.25 -
System Red Green Blue C M Y K H S L
Decimal 209 55 15 0 0.74 0.93 0.18 12.37 0.87 0.44
Hex D1 37 F 0 4A 5D 12 C 57 2C
Octal 321 67 17 0 112 135 22 14 127 54
Binary 11010001 110111 1111 0 1001010 1011101 10010 1100 1010111 101100

Color Harmonies of #D1370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1370F

Black with #D1370F

Text Example


Text Example

White with #D1370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1370F; }

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

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

background-color css

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

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

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

border-color css

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

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

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