Html Css Color HEX #D14218 Harley Davidson Orange

📋 copy color: '#D14218'

red 209 ◦ green 66 ◦ blue 24

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

Shades of Harley Davidson Orange #D14218

Tints of Harley Davidson Orange #D14218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

 BLUE value IS 24 (9.77% from 255) = 8.03%

R = 69.9%
G = 22.07%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D14218 (or 0xD14218) is known color: Harley Davidson Orange. HEX triplet: D1, 42 and 18. RGB value is (209,66,24). Sum of RGB (Red+Green+Blue) = 209+66+24=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D14218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14218 is #2EBDE7. Grayscale: #686868. Windows color (decimal): -3063272 or 1589969. OLE color: 1589969.

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

Color convert

RGB 209 66 24 -
CMYK 0 0.68 0.89 0.18
HSL 13.62º 0.79% 0.46% -
HSV(B) 13.62º 0.89% 0.82% -
XYZ 28.41 17.52 2.75 -
YUV 103.97 82.88 202.92 -
System Red Green Blue C M Y K H S L
Decimal 209 66 24 0 0.68 0.89 0.18 13.62 0.79 0.46
Hex D1 42 18 0 44 59 12 E 4F 2E
Octal 321 102 30 0 104 131 22 16 117 56
Binary 11010001 1000010 11000 0 1000100 1011001 10010 1110 1001111 101110

Color Harmonies of #D14218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14218

Black with #D14218

Text Example


Text Example

White with #D14218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14218; }

 p { color: rgb(209,66,24); }

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

background-color css

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

 a { background-color: rgb(209,66,24); }

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

border-color css

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

 span { border-color: rgb(209,66,24); }

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