Html Css Color HEX #D83D13 Harley Davidson Orange

📋 copy color: '#D83D13'

red 216 ◦ green 61 ◦ blue 19

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

Shades of Harley Davidson Orange #D83D13

Tints of Harley Davidson Orange #D83D13

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.61%

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

R = 72.97%
G = 20.61%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D83D13 (or 0xD83D13) is known color: Harley Davidson Orange. HEX triplet: D8, 3D and 13. RGB value is (216,61,19). Sum of RGB (Red+Green+Blue) = 216+61+19=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83D13 is #27C2EC. Grayscale: #666666. Windows color (decimal): -2605805 or 1261016. OLE color: 1261016.

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

Color convert

RGB 216 61 19 -
CMYK 0 0.72 0.91 0.15
HSL 12.79º 0.84% 0.46% -
HSV(B) 12.79º 0.91% 0.85% -
XYZ 30.11 17.98 2.5 -
YUV 102.56 80.85 208.92 -
System Red Green Blue C M Y K H S L
Decimal 216 61 19 0 0.72 0.91 0.15 12.79 0.84 0.46
Hex D8 3D 13 0 48 5B F D 54 2E
Octal 330 75 23 0 110 133 17 15 124 56
Binary 11011000 111101 10011 0 1001000 1011011 1111 1101 1010100 101110

Color Harmonies of #D83D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83D13

Black with #D83D13

Text Example


Text Example

White with #D83D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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