Html Css Color HEX #D12511 Harley Davidson Orange

📋 copy color: '#D12511'

red 209 ◦ green 37 ◦ blue 17

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

Shades of Harley Davidson Orange #D12511

Tints of Harley Davidson Orange #D12511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.07%

 BLUE value IS 17 (7.03% from 255) = 6.46%

R = 79.47%
G = 14.07%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D12511 (or 0xD12511) is known color: Harley Davidson Orange. HEX triplet: D1, 25 and 11. RGB value is (209,37,17). Sum of RGB (Red+Green+Blue) = 209+37+17=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D12511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12511 is #2EDAEE. Grayscale: #565656. Windows color (decimal): -3070703 or 1123793. OLE color: 1123793.

HSL color Cylindrical-coordinate representation of color #D12511: hue angle of 6.25º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D12511 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 37 17 -
CMYK 0 0.82 0.92 0.18
HSL 6.25º 0.85% 0.44% -
HSV(B) 6.25º 0.92% 0.82% -
XYZ 27.06 14.92 1.98 -
YUV 86.15 88.98 215.63 -
System Red Green Blue C M Y K H S L
Decimal 209 37 17 0 0.82 0.92 0.18 6.25 0.85 0.44
Hex D1 25 11 0 52 5C 12 6 55 2C
Octal 321 45 21 0 122 134 22 6 125 54
Binary 11010001 100101 10001 0 1010010 1011100 10010 110 1010101 101100

Color Harmonies of #D12511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12511

Black with #D12511

Text Example


Text Example

White with #D12511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12511; }

 p { color: rgb(209,37,17); }

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

background-color css

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

 a { background-color: rgb(209,37,17); }

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

border-color css

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

 span { border-color: rgb(209,37,17); }

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