Html Css Color HEX #D83411 Harley Davidson Orange

📋 copy color: '#D83411'

red 216 ◦ green 52 ◦ blue 17

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

Shades of Harley Davidson Orange #D83411

Tints of Harley Davidson Orange #D83411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.96%

R = 75.79%
G = 18.25%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D83411 (or 0xD83411) is known color: Harley Davidson Orange. HEX triplet: D8, 34 and 11. RGB value is (216,52,17). Sum of RGB (Red+Green+Blue) = 216+52+17=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D83411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83411 is #27CBEE. Grayscale: #616161. Windows color (decimal): -2608111 or 1127640. OLE color: 1127640.

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

Color convert

RGB 216 52 17 -
CMYK 0 0.76 0.92 0.15
HSL 10.55º 0.85% 0.46% -
HSV(B) 10.55º 0.92% 0.85% -
XYZ 29.65 17.1 2.27 -
YUV 97.05 82.83 212.85 -
System Red Green Blue C M Y K H S L
Decimal 216 52 17 0 0.76 0.92 0.15 10.55 0.85 0.46
Hex D8 34 11 0 4C 5C F B 55 2E
Octal 330 64 21 0 114 134 17 13 125 56
Binary 11011000 110100 10001 0 1001100 1011100 1111 1011 1010101 101110

Color Harmonies of #D83411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83411

Black with #D83411

Text Example


Text Example

White with #D83411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83411; }

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

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

background-color css

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

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

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

border-color css

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

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

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