Html Css Color HEX #D83410 Harley Davidson Orange

📋 copy color: '#D83410'

red 216 ◦ green 52 ◦ blue 16

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

Shades of Harley Davidson Orange #D83410

Tints of Harley Davidson Orange #D83410

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.31%

 BLUE value IS 16 (6.64% from 255) = 5.63%

R = 76.06%
G = 18.31%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D83410 (or 0xD83410) is known color: Harley Davidson Orange. HEX triplet: D8, 34 and 10. RGB value is (216,52,16). Sum of RGB (Red+Green+Blue) = 216+52+16=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D83410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83410 is #27CBEF. Grayscale: #616161. Windows color (decimal): -2608112 or 1062104. OLE color: 1062104.

HSL color Cylindrical-coordinate representation of color #D83410: hue angle of 10.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D83410 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 52 16 -
CMYK 0 0.76 0.93 0.15
HSL 10.8º 0.86% 0.45% -
HSV(B) 10.8º 0.93% 0.85% -
XYZ 29.64 17.09 2.23 -
YUV 96.93 82.33 212.93 -
System Red Green Blue C M Y K H S L
Decimal 216 52 16 0 0.76 0.93 0.15 10.8 0.86 0.45
Hex D8 34 10 0 4C 5D F B 56 2D
Octal 330 64 20 0 114 135 17 13 126 55
Binary 11011000 110100 10000 0 1001100 1011101 1111 1011 1010110 101101

Color Harmonies of #D83410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83410

Black with #D83410

Text Example


Text Example

White with #D83410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83410; }

 p { color: rgb(216,52,16); }

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

background-color css

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

 a { background-color: rgb(216,52,16); }

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

border-color css

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

 span { border-color: rgb(216,52,16); }

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