Html Css Color HEX #D83113 Harley Davidson Orange

📋 copy color: '#D83113'

red 216 ◦ green 49 ◦ blue 19

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

Shades of Harley Davidson Orange #D83113

Tints of Harley Davidson Orange #D83113

RGB

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

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

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

R = 76.06%
G = 17.25%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D83113 (or 0xD83113) is known color: Harley Davidson Orange. HEX triplet: D8, 31 and 13. RGB value is (216,49,19). Sum of RGB (Red+Green+Blue) = 216+49+19=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D83113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83113 is #27CEEC. Grayscale: #5F5F5F. Windows color (decimal): -2608877 or 1257944. OLE color: 1257944.

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

Color convert

RGB 216 49 19 -
CMYK 0 0.77 0.91 0.15
HSL 9.14º 0.84% 0.46% -
HSV(B) 9.14º 0.91% 0.85% -
XYZ 29.53 16.84 2.31 -
YUV 95.51 84.83 213.94 -
System Red Green Blue C M Y K H S L
Decimal 216 49 19 0 0.77 0.91 0.15 9.14 0.84 0.46
Hex D8 31 13 0 4D 5B F 9 54 2E
Octal 330 61 23 0 115 133 17 11 124 56
Binary 11011000 110001 10011 0 1001101 1011011 1111 1001 1010100 101110

Color Harmonies of #D83113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83113

Black with #D83113

Text Example


Text Example

White with #D83113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83113; }

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

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

background-color css

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

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

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

border-color css

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

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

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