Html Css Color HEX #D84114 Harley Davidson Orange

📋 copy color: '#D84114'

red 216 ◦ green 65 ◦ blue 20

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

Shades of Harley Davidson Orange #D84114

Tints of Harley Davidson Orange #D84114

RGB

 RED value IS 216 (84.77% from 255) = 71.76%

 GREEN value IS 65 (25.78% from 255) = 21.59%

 BLUE value IS 20 (8.2% from 255) = 6.64%

R = 71.76%
G = 21.59%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D84114 (or 0xD84114) is known color: Harley Davidson Orange. HEX triplet: D8, 41 and 14. RGB value is (216,65,20). Sum of RGB (Red+Green+Blue) = 216+65+20=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D84114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84114 is #27BEEB. Grayscale: #696969. Windows color (decimal): -2604780 or 1327576. OLE color: 1327576.

HSL color Cylindrical-coordinate representation of color #D84114: hue angle of 13.78º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D84114 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 65 20 -
CMYK 0 0.70 0.91 0.15
HSL 13.78º 0.83% 0.46% -
HSV(B) 13.78º 0.91% 0.85% -
XYZ 30.34 18.43 2.62 -
YUV 105.02 80.03 207.16 -
System Red Green Blue C M Y K H S L
Decimal 216 65 20 0 0.70 0.91 0.15 13.78 0.83 0.46
Hex D8 41 14 0 46 5B F E 53 2E
Octal 330 101 24 0 106 133 17 16 123 56
Binary 11011000 1000001 10100 0 1000110 1011011 1111 1110 1010011 101110

Color Harmonies of #D84114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84114

Black with #D84114

Text Example


Text Example

White with #D84114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84114; }

 p { color: rgb(216,65,20); }

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

background-color css

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

 a { background-color: rgb(216,65,20); }

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

border-color css

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

 span { border-color: rgb(216,65,20); }

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