Html Css Color HEX #D12309 Harley Davidson Orange

📋 copy color: '#D12309'

red 209 ◦ green 35 ◦ blue 9

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

Shades of Harley Davidson Orange #D12309

Tints of Harley Davidson Orange #D12309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

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

R = 82.61%
G = 13.83%
B = 3.56%

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

#D12309 (or 0xD12309) is known color: Harley Davidson Orange. HEX triplet: D1, 23 and 09. RGB value is (209,35,9). Sum of RGB (Red+Green+Blue) = 209+35+9=253 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.61% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 209 - color contains mainly: red. Hex color #D12309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12309 is #2EDCF6. Grayscale: #545454. Windows color (decimal): -3071223 or 598993. OLE color: 598993.

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

Color convert

RGB 209 35 9 -
CMYK 0 0.83 0.96 0.18
HSL 7.8º 0.92% 0.43% -
HSV(B) 7.8º 0.96% 0.82% -
XYZ 26.94 14.78 1.69 -
YUV 84.06 85.65 217.11 -
System Red Green Blue C M Y K H S L
Decimal 209 35 9 0 0.83 0.96 0.18 7.8 0.92 0.43
Hex D1 23 9 0 53 60 12 8 5C 2B
Octal 321 43 11 0 123 140 22 10 134 53
Binary 11010001 100011 1001 0 1010011 1100000 10010 1000 1011100 101011

Color Harmonies of #D12309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12309

Black with #D12309

Text Example


Text Example

White with #D12309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12309; }

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

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

background-color css

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

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

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

border-color css

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

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

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