Html Css Color HEX #D1411E Harley Davidson Orange

📋 copy color: '#D1411E'

red 209 ◦ green 65 ◦ blue 30

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

Shades of Harley Davidson Orange #D1411E

Tints of Harley Davidson Orange #D1411E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.87%

R = 68.75%
G = 21.38%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1411E (or 0xD1411E) is known color: Harley Davidson Orange. HEX triplet: D1, 41 and 1E. RGB value is (209,65,30). Sum of RGB (Red+Green+Blue) = 209+65+30=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D1411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1411E is #2EBEE1. Grayscale: #686868. Windows color (decimal): -3063522 or 1982929. OLE color: 1982929.

HSL color Cylindrical-coordinate representation of color #D1411E: hue angle of 11.73º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1411E is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 65 30 -
CMYK 0 0.69 0.86 0.18
HSL 11.73º 0.75% 0.47% -
HSV(B) 11.73º 0.86% 0.82% -
XYZ 28.42 17.43 3.09 -
YUV 104.07 86.21 202.85 -
System Red Green Blue C M Y K H S L
Decimal 209 65 30 0 0.69 0.86 0.18 11.73 0.75 0.47
Hex D1 41 1E 0 45 56 12 C 4B 2F
Octal 321 101 36 0 105 126 22 14 113 57
Binary 11010001 1000001 11110 0 1000101 1010110 10010 1100 1001011 101111

Color Harmonies of #D1411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1411E

Black with #D1411E

Text Example


Text Example

White with #D1411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1411E; }

 p { color: rgb(209,65,30); }

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

background-color css

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

 a { background-color: rgb(209,65,30); }

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

border-color css

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

 span { border-color: rgb(209,65,30); }

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