Html Css Color HEX #D14310 Harley Davidson Orange

📋 copy color: '#D14310'

red 209 ◦ green 67 ◦ blue 16

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

Shades of Harley Davidson Orange #D14310

Tints of Harley Davidson Orange #D14310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.95%

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

R = 71.58%
G = 22.95%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D14310 (or 0xD14310) is known color: Harley Davidson Orange. HEX triplet: D1, 43 and 10. RGB value is (209,67,16). Sum of RGB (Red+Green+Blue) = 209+67+16=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D14310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14310 is #2EBCEF. Grayscale: #676767. Windows color (decimal): -3063024 or 1065937. OLE color: 1065937.

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

Color convert

RGB 209 67 16 -
CMYK 0 0.68 0.92 0.18
HSL 15.85º 0.86% 0.44% -
HSV(B) 15.85º 0.92% 0.82% -
XYZ 28.4 17.61 2.39 -
YUV 103.64 78.54 203.15 -
System Red Green Blue C M Y K H S L
Decimal 209 67 16 0 0.68 0.92 0.18 15.85 0.86 0.44
Hex D1 43 10 0 44 5C 12 10 56 2C
Octal 321 103 20 0 104 134 22 20 126 54
Binary 11010001 1000011 10000 0 1000100 1011100 10010 10000 1010110 101100

Color Harmonies of #D14310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14310

Black with #D14310

Text Example


Text Example

White with #D14310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14310; }

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

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

background-color css

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

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

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

border-color css

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

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

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