Html Css Color HEX #D9410D Harley Davidson Orange

📋 copy color: '#D9410D'

red 217 ◦ green 65 ◦ blue 13

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

Shades of Harley Davidson Orange #D9410D

Tints of Harley Davidson Orange #D9410D

RGB

 RED value IS 217 (85.16% from 255) = 73.56%

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

 BLUE value IS 13 (5.47% from 255) = 4.41%

R = 73.56%
G = 22.03%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9410D (or 0xD9410D) is known color: Harley Davidson Orange. HEX triplet: D9, 41 and 0D. RGB value is (217,65,13). Sum of RGB (Red+Green+Blue) = 217+65+13=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D9410D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9410D is #26BEF2. Grayscale: #686868. Windows color (decimal): -2539251 or 868825. OLE color: 868825.

HSL color Cylindrical-coordinate representation of color #D9410D: hue angle of 15.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9410D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 65 13 -
CMYK 0 0.70 0.94 0.15
HSL 15.29º 0.89% 0.45% -
HSV(B) 15.29º 0.94% 0.85% -
XYZ 30.58 18.56 2.35 -
YUV 104.52 76.36 208.23 -
System Red Green Blue C M Y K H S L
Decimal 217 65 13 0 0.70 0.94 0.15 15.29 0.89 0.45
Hex D9 41 D 0 46 5E F F 59 2D
Octal 331 101 15 0 106 136 17 17 131 55
Binary 11011001 1000001 1101 0 1000110 1011110 1111 1111 1011001 101101

Color Harmonies of #D9410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9410D

Black with #D9410D

Text Example


Text Example

White with #D9410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9410D; }

 p { color: rgb(217,65,13); }

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

background-color css

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

 a { background-color: rgb(217,65,13); }

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

border-color css

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

 span { border-color: rgb(217,65,13); }

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