Html Css Color HEX #D83310 Harley Davidson Orange

📋 copy color: '#D83310'

red 216 ◦ green 51 ◦ blue 16

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

Shades of Harley Davidson Orange #D83310

Tints of Harley Davidson Orange #D83310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.02%

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

R = 76.33%
G = 18.02%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D83310 (or 0xD83310) is known color: Harley Davidson Orange. HEX triplet: D8, 33 and 10. RGB value is (216,51,16). Sum of RGB (Red+Green+Blue) = 216+51+16=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D83310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83310 is #27CCEF. Grayscale: #606060. Windows color (decimal): -2608368 or 1061848. OLE color: 1061848.

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

Color convert

RGB 216 51 16 -
CMYK 0 0.76 0.93 0.15
HSL 10.5º 0.86% 0.45% -
HSV(B) 10.5º 0.93% 0.85% -
XYZ 29.6 17 2.21 -
YUV 96.35 82.66 213.35 -
System Red Green Blue C M Y K H S L
Decimal 216 51 16 0 0.76 0.93 0.15 10.5 0.86 0.45
Hex D8 33 10 0 4C 5D F A 56 2D
Octal 330 63 20 0 114 135 17 12 126 55
Binary 11011000 110011 10000 0 1001100 1011101 1111 1010 1010110 101101

Color Harmonies of #D83310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83310

Black with #D83310

Text Example


Text Example

White with #D83310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83310; }

 p { color: rgb(216,51,16); }

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

background-color css

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

 a { background-color: rgb(216,51,16); }

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

border-color css

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

 span { border-color: rgb(216,51,16); }

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