Html Css Color HEX #D1411C Harley Davidson Orange

📋 copy color: '#D1411C'

red 209 ◦ green 65 ◦ blue 28

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

Shades of Harley Davidson Orange #D1411C

Tints of Harley Davidson Orange #D1411C

RGB

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

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

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

R = 69.21%
G = 21.52%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1411C (or 0xD1411C) is known color: Harley Davidson Orange. HEX triplet: D1, 41 and 1C. RGB value is (209,65,28). Sum of RGB (Red+Green+Blue) = 209+65+28=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D1411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1411C is #2EBEE3. Grayscale: #686868. Windows color (decimal): -3063524 or 1851857. OLE color: 1851857.

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

Color convert

RGB 209 65 28 -
CMYK 0 0.69 0.87 0.18
HSL 12.27º 0.76% 0.46% -
HSV(B) 12.27º 0.87% 0.82% -
XYZ 28.39 17.42 2.96 -
YUV 103.84 85.21 203.01 -
System Red Green Blue C M Y K H S L
Decimal 209 65 28 0 0.69 0.87 0.18 12.27 0.76 0.46
Hex D1 41 1C 0 45 57 12 C 4C 2E
Octal 321 101 34 0 105 127 22 14 114 56
Binary 11010001 1000001 11100 0 1000101 1010111 10010 1100 1001100 101110

Color Harmonies of #D1411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1411C

Black with #D1411C

Text Example


Text Example

White with #D1411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1411C; }

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

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

background-color css

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

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

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

border-color css

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

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

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