Html Css Color HEX #D7410A Harley Davidson Orange

📋 copy color: '#D7410A'

red 215 ◦ green 65 ◦ blue 10

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

Shades of Harley Davidson Orange #D7410A

Tints of Harley Davidson Orange #D7410A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.45%

R = 74.14%
G = 22.41%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7410A (or 0xD7410A) is known color: Harley Davidson Orange. HEX triplet: D7, 41 and 0A. RGB value is (215,65,10). Sum of RGB (Red+Green+Blue) = 215+65+10=290 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.14% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 215 - color contains mainly: red. Hex color #D7410A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7410A is #28BEF5. Grayscale: #676767. Windows color (decimal): -2670326 or 672215. OLE color: 672215.

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

Color convert

RGB 215 65 10 -
CMYK 0 0.70 0.95 0.16
HSL 16.1º 0.91% 0.44% -
HSV(B) 16.1º 0.95% 0.84% -
XYZ 29.97 18.25 2.23 -
YUV 103.58 75.2 207.47 -
System Red Green Blue C M Y K H S L
Decimal 215 65 10 0 0.70 0.95 0.16 16.1 0.91 0.44
Hex D7 41 A 0 46 5F 10 10 5B 2C
Octal 327 101 12 0 106 137 20 20 133 54
Binary 11010111 1000001 1010 0 1000110 1011111 10000 10000 1011011 101100

Color Harmonies of #D7410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7410A

Black with #D7410A

Text Example


Text Example

White with #D7410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7410A; }

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

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

background-color css

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

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

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

border-color css

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

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

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