Html Css Color HEX #D83817 Harley Davidson Orange

📋 copy color: '#D83817'

red 216 ◦ green 56 ◦ blue 23

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

Shades of Harley Davidson Orange #D83817

Tints of Harley Davidson Orange #D83817

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.98%

 BLUE value IS 23 (9.38% from 255) = 7.8%

R = 73.22%
G = 18.98%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D83817 (or 0xD83817) is known color: Harley Davidson Orange. HEX triplet: D8, 38 and 17. RGB value is (216,56,23). Sum of RGB (Red+Green+Blue) = 216+56+23=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D83817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83817 is #27C7E8. Grayscale: #646464. Windows color (decimal): -2607081 or 1521880. OLE color: 1521880.

HSL color Cylindrical-coordinate representation of color #D83817: hue angle of 10.26º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D83817 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 56 23 -
CMYK 0 0.74 0.89 0.15
HSL 10.26º 0.81% 0.47% -
HSV(B) 10.26º 0.89% 0.85% -
XYZ 29.89 17.49 2.61 -
YUV 100.08 84.51 210.68 -
System Red Green Blue C M Y K H S L
Decimal 216 56 23 0 0.74 0.89 0.15 10.26 0.81 0.47
Hex D8 38 17 0 4A 59 F A 51 2F
Octal 330 70 27 0 112 131 17 12 121 57
Binary 11011000 111000 10111 0 1001010 1011001 1111 1010 1010001 101111

Color Harmonies of #D83817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83817

Black with #D83817

Text Example


Text Example

White with #D83817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83817; }

 p { color: rgb(216,56,23); }

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

background-color css

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

 a { background-color: rgb(216,56,23); }

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

border-color css

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

 span { border-color: rgb(216,56,23); }

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