Html Css Color HEX #D12409 Harley Davidson Orange

📋 copy color: '#D12409'

red 209 ◦ green 36 ◦ blue 9

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

Shades of Harley Davidson Orange #D12409

Tints of Harley Davidson Orange #D12409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

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

R = 82.28%
G = 14.17%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D12409 (or 0xD12409) is known color: Harley Davidson Orange. HEX triplet: D1, 24 and 09. RGB value is (209,36,9). Sum of RGB (Red+Green+Blue) = 209+36+9=254 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.28% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 209 - color contains mainly: red. Hex color #D12409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12409 is #2EDBF6. Grayscale: #545454. Windows color (decimal): -3070967 or 599249. OLE color: 599249.

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

Color convert

RGB 209 36 9 -
CMYK 0 0.83 0.96 0.18
HSL 8.1º 0.92% 0.43% -
HSV(B) 8.1º 0.96% 0.82% -
XYZ 26.97 14.84 1.7 -
YUV 84.65 85.31 216.7 -
System Red Green Blue C M Y K H S L
Decimal 209 36 9 0 0.83 0.96 0.18 8.1 0.92 0.43
Hex D1 24 9 0 53 60 12 8 5C 2B
Octal 321 44 11 0 123 140 22 10 134 53
Binary 11010001 100100 1001 0 1010011 1100000 10010 1000 1011100 101011

Color Harmonies of #D12409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12409

Black with #D12409

Text Example


Text Example

White with #D12409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12409; }

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

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

background-color css

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

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

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

border-color css

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

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

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