Html Css Color HEX #D84D1A Harley Davidson Orange

📋 copy color: '#D84D1A'

red 216 ◦ green 77 ◦ blue 26

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

Shades of Harley Davidson Orange #D84D1A

Tints of Harley Davidson Orange #D84D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.14%

 BLUE value IS 26 (10.55% from 255) = 8.15%

R = 67.71%
G = 24.14%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D84D1A (or 0xD84D1A) is known color: Harley Davidson Orange. HEX triplet: D8, 4D and 1A. RGB value is (216,77,26). Sum of RGB (Red+Green+Blue) = 216+77+26=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D1A is #27B2E5. Grayscale: #717171. Windows color (decimal): -2601702 or 1723864. OLE color: 1723864.

HSL color Cylindrical-coordinate representation of color #D84D1A: hue angle of 16.11º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D84D1A is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 77 26 -
CMYK 0 0.64 0.88 0.15
HSL 16.11º 0.79% 0.47% -
HSV(B) 16.11º 0.88% 0.85% -
XYZ 31.16 19.98 3.19 -
YUV 112.75 79.05 201.65 -
System Red Green Blue C M Y K H S L
Decimal 216 77 26 0 0.64 0.88 0.15 16.11 0.79 0.47
Hex D8 4D 1A 0 40 58 F 10 4F 2F
Octal 330 115 32 0 100 130 17 20 117 57
Binary 11011000 1001101 11010 0 1000000 1011000 1111 10000 1001111 101111

Color Harmonies of #D84D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D1A

Black with #D84D1A

Text Example


Text Example

White with #D84D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D1A; }

 p { color: rgb(216,77,26); }

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

background-color css

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

 a { background-color: rgb(216,77,26); }

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

border-color css

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

 span { border-color: rgb(216,77,26); }

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