Html Css Color HEX #D12809 Harley Davidson Orange

📋 copy color: '#D12809'

red 209 ◦ green 40 ◦ blue 9

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

Shades of Harley Davidson Orange #D12809

Tints of Harley Davidson Orange #D12809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.49%

R = 81.01%
G = 15.5%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D12809 (or 0xD12809) is known color: Harley Davidson Orange. HEX triplet: D1, 28 and 09. RGB value is (209,40,9). Sum of RGB (Red+Green+Blue) = 209+40+9=258 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.01% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 209 - color contains mainly: red. Hex color #D12809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12809 is #2ED7F6. Grayscale: #575757. Windows color (decimal): -3069943 or 600273. OLE color: 600273.

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

Color convert

RGB 209 40 9 -
CMYK 0 0.81 0.96 0.18
HSL 9.3º 0.92% 0.43% -
HSV(B) 9.3º 0.96% 0.82% -
XYZ 27.1 15.09 1.74 -
YUV 87 83.99 215.02 -
System Red Green Blue C M Y K H S L
Decimal 209 40 9 0 0.81 0.96 0.18 9.3 0.92 0.43
Hex D1 28 9 0 51 60 12 9 5C 2B
Octal 321 50 11 0 121 140 22 11 134 53
Binary 11010001 101000 1001 0 1010001 1100000 10010 1001 1011100 101011

Color Harmonies of #D12809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12809

Black with #D12809

Text Example


Text Example

White with #D12809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12809; }

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

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

background-color css

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

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

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

border-color css

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

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

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