Html Css Color HEX #D83100 Harley Davidson Orange

📋 copy color: '#D83100'

red 216 ◦ green 49 ◦ blue 0

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

Shades of Harley Davidson Orange #D83100

Tints of Harley Davidson Orange #D83100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.51%
G = 18.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D83100 (or 0xD83100) is known color: Harley Davidson Orange. HEX triplet: D8, 31 and 00. RGB value is (216,49,0). Sum of RGB (Red+Green+Blue) = 216+49+0=265 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.51% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 216 - color contains mainly: red. Hex color #D83100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83100 is #27CEFF. Grayscale: #5D5D5D. Windows color (decimal): -2608896 or 12760. OLE color: 12760.

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

Color convert

RGB 216 49 0 -
CMYK 0 0.77 1 0.15
HSL 13.61º 1% 0.42% -
HSV(B) 13.61º 1% 0.85% -
XYZ 29.42 16.8 1.69 -
YUV 93.35 75.33 215.48 -
System Red Green Blue C M Y K H S L
Decimal 216 49 0 0 0.77 1 0.15 13.61 1 0.42
Hex D8 31 0 0 4D 64 F E 64 2A
Octal 330 61 0 0 115 144 17 16 144 52
Binary 11011000 110001 0 0 1001101 1100100 1111 1110 1100100 101010

Color Harmonies of #D83100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83100

Black with #D83100

Text Example


Text Example

White with #D83100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83100; }

 p { color: rgb(216,49,0); }

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

background-color css

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

 a { background-color: rgb(216,49,0); }

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

border-color css

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

 span { border-color: rgb(216,49,0); }

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