Html Css Color HEX #D9411C Harley Davidson Orange

📋 copy color: '#D9411C'

red 217 ◦ green 65 ◦ blue 28

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

Shades of Harley Davidson Orange #D9411C

Tints of Harley Davidson Orange #D9411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.03%

R = 70%
G = 20.97%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9411C (or 0xD9411C) is known color: Harley Davidson Orange. HEX triplet: D9, 41 and 1C. RGB value is (217,65,28). Sum of RGB (Red+Green+Blue) = 217+65+28=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D9411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9411C is #26BEE3. Grayscale: #6A6A6A. Windows color (decimal): -2539236 or 1851865. OLE color: 1851865.

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

Color convert

RGB 217 65 28 -
CMYK 0 0.70 0.87 0.15
HSL 11.75º 0.77% 0.48% -
HSV(B) 11.75º 0.87% 0.85% -
XYZ 30.72 18.62 3.07 -
YUV 106.23 83.86 207.01 -
System Red Green Blue C M Y K H S L
Decimal 217 65 28 0 0.70 0.87 0.15 11.75 0.77 0.48
Hex D9 41 1C 0 46 57 F C 4D 30
Octal 331 101 34 0 106 127 17 14 115 60
Binary 11011001 1000001 11100 0 1000110 1010111 1111 1100 1001101 110000

Color Harmonies of #D9411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9411C

Black with #D9411C

Text Example


Text Example

White with #D9411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9411C; }

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

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

background-color css

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

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

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

border-color css

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

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

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