Html Css Color HEX #D84103 Harley Davidson Orange

📋 copy color: '#D84103'

red 216 ◦ green 65 ◦ blue 3

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

Shades of Harley Davidson Orange #D84103

Tints of Harley Davidson Orange #D84103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 76.06%
G = 22.89%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D84103 (or 0xD84103) is known color: Harley Davidson Orange. HEX triplet: D8, 41 and 03. RGB value is (216,65,3). Sum of RGB (Red+Green+Blue) = 216+65+3=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D84103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84103 is #27BEFC. Grayscale: #676767. Windows color (decimal): -2604797 or 213464. OLE color: 213464.

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

Color convert

RGB 216 65 3 -
CMYK 0 0.70 0.99 0.15
HSL 17.46º 0.97% 0.43% -
HSV(B) 17.46º 0.99% 0.85% -
XYZ 30.23 18.39 2.04 -
YUV 103.08 71.53 208.54 -
System Red Green Blue C M Y K H S L
Decimal 216 65 3 0 0.70 0.99 0.15 17.46 0.97 0.43
Hex D8 41 3 0 46 63 F 11 61 2B
Octal 330 101 3 0 106 143 17 21 141 53
Binary 11011000 1000001 11 0 1000110 1100011 1111 10001 1100001 101011

Color Harmonies of #D84103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84103

Black with #D84103

Text Example


Text Example

White with #D84103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84103; }

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

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

background-color css

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

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

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

border-color css

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

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

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