Html Css Color HEX #D12A10 Harley Davidson Orange

📋 copy color: '#D12A10'

red 209 ◦ green 42 ◦ blue 16

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

Shades of Harley Davidson Orange #D12A10

Tints of Harley Davidson Orange #D12A10

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.73%

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

R = 78.28%
G = 15.73%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D12A10 (or 0xD12A10) is known color: Harley Davidson Orange. HEX triplet: D1, 2A and 10. RGB value is (209,42,16). Sum of RGB (Red+Green+Blue) = 209+42+16=267 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.28% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12A10 is #2ED5EF. Grayscale: #595959. Windows color (decimal): -3069424 or 1059537. OLE color: 1059537.

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

Color convert

RGB 209 42 16 -
CMYK 0 0.80 0.92 0.18
HSL 8.08º 0.86% 0.44% -
HSV(B) 8.08º 0.92% 0.82% -
XYZ 27.22 15.25 2 -
YUV 88.97 86.83 213.61 -
System Red Green Blue C M Y K H S L
Decimal 209 42 16 0 0.80 0.92 0.18 8.08 0.86 0.44
Hex D1 2A 10 0 50 5C 12 8 56 2C
Octal 321 52 20 0 120 134 22 10 126 54
Binary 11010001 101010 10000 0 1010000 1011100 10010 1000 1010110 101100

Color Harmonies of #D12A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12A10

Black with #D12A10

Text Example


Text Example

White with #D12A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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