Html Css Color HEX #D84314 Harley Davidson Orange

📋 copy color: '#D84314'

red 216 ◦ green 67 ◦ blue 20

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

Shades of Harley Davidson Orange #D84314

Tints of Harley Davidson Orange #D84314

RGB

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

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

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

R = 71.29%
G = 22.11%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D84314 (or 0xD84314) is known color: Harley Davidson Orange. HEX triplet: D8, 43 and 14. RGB value is (216,67,20). Sum of RGB (Red+Green+Blue) = 216+67+20=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D84314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84314 is #27BCEB. Grayscale: #6A6A6A. Windows color (decimal): -2604268 or 1328088. OLE color: 1328088.

HSL color Cylindrical-coordinate representation of color #D84314: hue angle of 14.39º 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 #D84314 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 67 20 -
CMYK 0 0.69 0.91 0.15
HSL 14.39º 0.83% 0.46% -
HSV(B) 14.39º 0.91% 0.85% -
XYZ 30.45 18.66 2.66 -
YUV 106.19 79.36 206.32 -
System Red Green Blue C M Y K H S L
Decimal 216 67 20 0 0.69 0.91 0.15 14.39 0.83 0.46
Hex D8 43 14 0 45 5B F E 53 2E
Octal 330 103 24 0 105 133 17 16 123 56
Binary 11011000 1000011 10100 0 1000101 1011011 1111 1110 1010011 101110

Color Harmonies of #D84314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84314

Black with #D84314

Text Example


Text Example

White with #D84314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84314; }

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

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

background-color css

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

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

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

border-color css

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

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

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