Html Css Color HEX #D12709 Harley Davidson Orange

📋 copy color: '#D12709'

red 209 ◦ green 39 ◦ blue 9

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

Shades of Harley Davidson Orange #D12709

Tints of Harley Davidson Orange #D12709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.18%

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

R = 81.32%
G = 15.18%
B = 3.5%

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

#D12709 (or 0xD12709) is known color: Harley Davidson Orange. HEX triplet: D1, 27 and 09. RGB value is (209,39,9). Sum of RGB (Red+Green+Blue) = 209+39+9=257 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.32% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 209 - color contains mainly: red. Hex color #D12709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12709 is #2ED8F6. Grayscale: #565656. Windows color (decimal): -3070199 or 600017. OLE color: 600017.

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

Color convert

RGB 209 39 9 -
CMYK 0 0.81 0.96 0.18
HSL 0.92% 0.43% -
HSV(B) 0.96% 0.82% -
XYZ 27.07 15.03 1.73 -
YUV 86.41 84.32 215.44 -
System Red Green Blue C M Y K H S L
Decimal 209 39 9 0 0.81 0.96 0.18 9 0.92 0.43
Hex D1 27 9 0 51 60 12 9 5C 2B
Octal 321 47 11 0 121 140 22 11 134 53
Binary 11010001 100111 1001 0 1010001 1100000 10010 1001 1011100 101011

Color Harmonies of #D12709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12709

Black with #D12709

Text Example


Text Example

White with #D12709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12709; }

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

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

background-color css

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

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

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

border-color css

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

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

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