Html Css Color HEX #D12906 Harley Davidson Orange

📋 copy color: '#D12906'

red 209 ◦ green 41 ◦ blue 6

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

Shades of Harley Davidson Orange #D12906

Tints of Harley Davidson Orange #D12906

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.02%

 BLUE value IS 6 (2.73% from 255) = 2.34%

R = 81.64%
G = 16.02%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D12906 (or 0xD12906) is known color: Harley Davidson Orange. HEX triplet: D1, 29 and 06. RGB value is (209,41,6). Sum of RGB (Red+Green+Blue) = 209+41+6=256 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.64% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 209 - color contains mainly: red. Hex color #D12906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12906 is #2ED6F9. Grayscale: #575757. Windows color (decimal): -3069690 or 403921. OLE color: 403921.

HSL color Cylindrical-coordinate representation of color #D12906: hue angle of 10.34º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D12906 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 6 -
CMYK 0 0.80 0.97 0.18
HSL 10.34º 0.94% 0.42% -
HSV(B) 10.34º 0.97% 0.82% -
XYZ 27.12 15.15 1.67 -
YUV 87.24 82.16 214.85 -
System Red Green Blue C M Y K H S L
Decimal 209 41 6 0 0.80 0.97 0.18 10.34 0.94 0.42
Hex D1 29 6 0 50 61 12 A 5E 2A
Octal 321 51 6 0 120 141 22 12 136 52
Binary 11010001 101001 110 0 1010000 1100001 10010 1010 1011110 101010

Color Harmonies of #D12906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12906

Black with #D12906

Text Example


Text Example

White with #D12906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12906; }

 p { color: rgb(209,41,6); }

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

background-color css

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

 a { background-color: rgb(209,41,6); }

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

border-color css

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

 span { border-color: rgb(209,41,6); }

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