Html Css Color HEX #D93810 Harley Davidson Orange

📋 copy color: '#D93810'

red 217 ◦ green 56 ◦ blue 16

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

Shades of Harley Davidson Orange #D93810

Tints of Harley Davidson Orange #D93810

RGB

 RED value IS 217 (85.16% from 255) = 75.09%

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

 BLUE value IS 16 (6.64% from 255) = 5.54%

R = 75.09%
G = 19.38%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D93810 (or 0xD93810) is known color: Harley Davidson Orange. HEX triplet: D9, 38 and 10. RGB value is (217,56,16). Sum of RGB (Red+Green+Blue) = 217+56+16=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D93810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93810 is #26C7EF. Grayscale: #636363. Windows color (decimal): -2541552 or 1063129. OLE color: 1063129.

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

Color convert

RGB 217 56 16 -
CMYK 0 0.74 0.93 0.15
HSL 11.94º 0.86% 0.46% -
HSV(B) 11.94º 0.93% 0.85% -
XYZ 30.12 17.62 2.3 -
YUV 99.58 80.84 211.75 -
System Red Green Blue C M Y K H S L
Decimal 217 56 16 0 0.74 0.93 0.15 11.94 0.86 0.46
Hex D9 38 10 0 4A 5D F C 56 2E
Octal 331 70 20 0 112 135 17 14 126 56
Binary 11011001 111000 10000 0 1001010 1011101 1111 1100 1010110 101110

Color Harmonies of #D93810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93810

Black with #D93810

Text Example


Text Example

White with #D93810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93810; }

 p { color: rgb(217,56,16); }

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

background-color css

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

 a { background-color: rgb(217,56,16); }

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

border-color css

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

 span { border-color: rgb(217,56,16); }

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