Html Css Color HEX #D12810 Harley Davidson Orange

📋 copy color: '#D12810'

red 209 ◦ green 40 ◦ blue 16

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

Shades of Harley Davidson Orange #D12810

Tints of Harley Davidson Orange #D12810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.09%

 BLUE value IS 16 (6.64% from 255) = 6.04%

R = 78.87%
G = 15.09%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D12810 (or 0xD12810) is known color: Harley Davidson Orange. HEX triplet: D1, 28 and 10. RGB value is (209,40,16). Sum of RGB (Red+Green+Blue) = 209+40+16=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D12810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12810 is #2ED7EF. Grayscale: #585858. Windows color (decimal): -3069936 or 1059025. OLE color: 1059025.

HSL color Cylindrical-coordinate representation of color #D12810: hue angle of 7.46º degrees, saturation: 0.86, 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 #D12810 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 40 16 -
CMYK 0 0.81 0.92 0.18
HSL 7.46º 0.86% 0.44% -
HSV(B) 7.46º 0.92% 0.82% -
XYZ 27.15 15.11 1.98 -
YUV 87.8 87.49 214.45 -
System Red Green Blue C M Y K H S L
Decimal 209 40 16 0 0.81 0.92 0.18 7.46 0.86 0.44
Hex D1 28 10 0 51 5C 12 7 56 2C
Octal 321 50 20 0 121 134 22 7 126 54
Binary 11010001 101000 10000 0 1010001 1011100 10010 111 1010110 101100

Color Harmonies of #D12810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12810

Black with #D12810

Text Example


Text Example

White with #D12810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12810; }

 p { color: rgb(209,40,16); }

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

background-color css

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

 a { background-color: rgb(209,40,16); }

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

border-color css

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

 span { border-color: rgb(209,40,16); }

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