Html Css Color HEX #D12E10 Harley Davidson Orange

📋 copy color: '#D12E10'

red 209 ◦ green 46 ◦ blue 16

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

Shades of Harley Davidson Orange #D12E10

Tints of Harley Davidson Orange #D12E10

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.97%

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

R = 77.12%
G = 16.97%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D12E10 (or 0xD12E10) is known color: Harley Davidson Orange. HEX triplet: D1, 2E and 10. RGB value is (209,46,16). Sum of RGB (Red+Green+Blue) = 209+46+16=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D12E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12E10 is #2ED1EF. Grayscale: #5B5B5B. Windows color (decimal): -3068400 or 1060561. OLE color: 1060561.

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

Color convert

RGB 209 46 16 -
CMYK 0 0.78 0.92 0.18
HSL 9.33º 0.86% 0.44% -
HSV(B) 9.33º 0.92% 0.82% -
XYZ 27.37 15.55 2.05 -
YUV 91.32 85.5 211.94 -
System Red Green Blue C M Y K H S L
Decimal 209 46 16 0 0.78 0.92 0.18 9.33 0.86 0.44
Hex D1 2E 10 0 4E 5C 12 9 56 2C
Octal 321 56 20 0 116 134 22 11 126 54
Binary 11010001 101110 10000 0 1001110 1011100 10010 1001 1010110 101100

Color Harmonies of #D12E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12E10

Black with #D12E10

Text Example


Text Example

White with #D12E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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