Html Css Color HEX #D14816 Harley Davidson Orange

📋 copy color: '#D14816'

red 209 ◦ green 72 ◦ blue 22

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

Shades of Harley Davidson Orange #D14816

Tints of Harley Davidson Orange #D14816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.76%

 BLUE value IS 22 (8.98% from 255) = 7.26%

R = 68.98%
G = 23.76%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D14816 (or 0xD14816) is known color: Harley Davidson Orange. HEX triplet: D1, 48 and 16. RGB value is (209,72,22). Sum of RGB (Red+Green+Blue) = 209+72+22=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D14816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14816 is #2EB7E9. Grayscale: #6B6B6B. Windows color (decimal): -3061738 or 1460433. OLE color: 1460433.

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

Color convert

RGB 209 72 22 -
CMYK 0 0.66 0.89 0.18
HSL 16.04º 0.81% 0.45% -
HSV(B) 16.04º 0.89% 0.82% -
XYZ 28.76 18.25 2.77 -
YUV 107.26 79.89 200.57 -
System Red Green Blue C M Y K H S L
Decimal 209 72 22 0 0.66 0.89 0.18 16.04 0.81 0.45
Hex D1 48 16 0 42 59 12 10 51 2D
Octal 321 110 26 0 102 131 22 20 121 55
Binary 11010001 1001000 10110 0 1000010 1011001 10010 10000 1010001 101101

Color Harmonies of #D14816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14816

Black with #D14816

Text Example


Text Example

White with #D14816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14816; }

 p { color: rgb(209,72,22); }

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

background-color css

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

 a { background-color: rgb(209,72,22); }

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

border-color css

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

 span { border-color: rgb(209,72,22); }

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