Html Css Color HEX #D12710 Harley Davidson Orange

📋 copy color: '#D12710'

red 209 ◦ green 39 ◦ blue 16

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

Shades of Harley Davidson Orange #D12710

Tints of Harley Davidson Orange #D12710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.06%

R = 79.17%
G = 14.77%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D12710 (or 0xD12710) is known color: Harley Davidson Orange. HEX triplet: D1, 27 and 10. RGB value is (209,39,16). Sum of RGB (Red+Green+Blue) = 209+39+16=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D12710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12710 is #2ED8EF. Grayscale: #575757. Windows color (decimal): -3070192 or 1058769. OLE color: 1058769.

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

Color convert

RGB 209 39 16 -
CMYK 0 0.81 0.92 0.18
HSL 7.15º 0.86% 0.44% -
HSV(B) 7.15º 0.92% 0.82% -
XYZ 27.11 15.04 1.96 -
YUV 87.21 87.82 214.87 -
System Red Green Blue C M Y K H S L
Decimal 209 39 16 0 0.81 0.92 0.18 7.15 0.86 0.44
Hex D1 27 10 0 51 5C 12 7 56 2C
Octal 321 47 20 0 121 134 22 7 126 54
Binary 11010001 100111 10000 0 1010001 1011100 10010 111 1010110 101100

Color Harmonies of #D12710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12710

Black with #D12710

Text Example


Text Example

White with #D12710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12710; }

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

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

background-color css

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

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

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

border-color css

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

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

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