Html Css Color HEX #D12109 Harley Davidson Orange

📋 copy color: '#D12109'

red 209 ◦ green 33 ◦ blue 9

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

Shades of Harley Davidson Orange #D12109

Tints of Harley Davidson Orange #D12109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.15%

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

R = 83.27%
G = 13.15%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D12109 (or 0xD12109) is known color: Harley Davidson Orange. HEX triplet: D1, 21 and 09. RGB value is (209,33,9). Sum of RGB (Red+Green+Blue) = 209+33+9=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D12109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12109 is #2EDEF6. Grayscale: #535353. Windows color (decimal): -3071735 or 598481. OLE color: 598481.

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

Color convert

RGB 209 33 9 -
CMYK 0 0.84 0.96 0.18
HSL 7.2º 0.92% 0.43% -
HSV(B) 7.2º 0.96% 0.82% -
XYZ 26.89 14.66 1.67 -
YUV 82.89 86.31 217.95 -
System Red Green Blue C M Y K H S L
Decimal 209 33 9 0 0.84 0.96 0.18 7.2 0.92 0.43
Hex D1 21 9 0 54 60 12 7 5C 2B
Octal 321 41 11 0 124 140 22 7 134 53
Binary 11010001 100001 1001 0 1010100 1100000 10010 111 1011100 101011

Color Harmonies of #D12109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12109

Black with #D12109

Text Example


Text Example

White with #D12109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12109; }

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

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

background-color css

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

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

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

border-color css

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

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

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