Html Css Color HEX #D7410F Harley Davidson Orange

📋 copy color: '#D7410F'

red 215 ◦ green 65 ◦ blue 15

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

Shades of Harley Davidson Orange #D7410F

Tints of Harley Davidson Orange #D7410F

RGB

 RED value IS 215 (84.38% from 255) = 72.88%

 GREEN value IS 65 (25.78% from 255) = 22.03%

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

R = 72.88%
G = 22.03%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7410F (or 0xD7410F) is known color: Harley Davidson Orange. HEX triplet: D7, 41 and 0F. RGB value is (215,65,15). Sum of RGB (Red+Green+Blue) = 215+65+15=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D7410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7410F is #28BEF0. Grayscale: #686868. Windows color (decimal): -2670321 or 999895. OLE color: 999895.

HSL color Cylindrical-coordinate representation of color #D7410F: hue angle of 15º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7410F is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 65 15 -
CMYK 0 0.70 0.93 0.16
HSL 15º 0.87% 0.45% -
HSV(B) 15º 0.93% 0.84% -
XYZ 30 18.26 2.4 -
YUV 104.15 77.7 207.07 -
System Red Green Blue C M Y K H S L
Decimal 215 65 15 0 0.70 0.93 0.16 15 0.87 0.45
Hex D7 41 F 0 46 5D 10 F 57 2D
Octal 327 101 17 0 106 135 20 17 127 55
Binary 11010111 1000001 1111 0 1000110 1011101 10000 1111 1010111 101101

Color Harmonies of #D7410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7410F

Black with #D7410F

Text Example


Text Example

White with #D7410F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7410F; }

 p { color: rgb(215,65,15); }

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

background-color css

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

 a { background-color: rgb(215,65,15); }

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

border-color css

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

 span { border-color: rgb(215,65,15); }

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