Html Css Color HEX #D84113 Harley Davidson Orange

📋 copy color: '#D84113'

red 216 ◦ green 65 ◦ blue 19

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

Shades of Harley Davidson Orange #D84113

Tints of Harley Davidson Orange #D84113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.33%

R = 72%
G = 21.67%
B = 6.33%

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

#D84113 (or 0xD84113) is known color: Harley Davidson Orange. HEX triplet: D8, 41 and 13. RGB value is (216,65,19). Sum of RGB (Red+Green+Blue) = 216+65+19=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D84113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84113 is #27BEEC. Grayscale: #696969. Windows color (decimal): -2604781 or 1262040. OLE color: 1262040.

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

Color convert

RGB 216 65 19 -
CMYK 0 0.70 0.91 0.15
HSL 14.01º 0.84% 0.46% -
HSV(B) 14.01º 0.91% 0.85% -
XYZ 30.33 18.43 2.57 -
YUV 104.91 79.53 207.24 -
System Red Green Blue C M Y K H S L
Decimal 216 65 19 0 0.70 0.91 0.15 14.01 0.84 0.46
Hex D8 41 13 0 46 5B F E 54 2E
Octal 330 101 23 0 106 133 17 16 124 56
Binary 11011000 1000001 10011 0 1000110 1011011 1111 1110 1010100 101110

Color Harmonies of #D84113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84113

Black with #D84113

Text Example


Text Example

White with #D84113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84113; }

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

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

background-color css

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

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

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

border-color css

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

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

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