Html Css Color HEX #D83210 Harley Davidson Orange

📋 copy color: '#D83210'

red 216 ◦ green 50 ◦ blue 16

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

Shades of Harley Davidson Orange #D83210

Tints of Harley Davidson Orange #D83210

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.73%

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

R = 76.6%
G = 17.73%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D83210 (or 0xD83210) is known color: Harley Davidson Orange. HEX triplet: D8, 32 and 10. RGB value is (216,50,16). Sum of RGB (Red+Green+Blue) = 216+50+16=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D83210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83210 is #27CDEF. Grayscale: #606060. Windows color (decimal): -2608624 or 1061592. OLE color: 1061592.

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

Color convert

RGB 216 50 16 -
CMYK 0 0.77 0.93 0.15
HSL 10.2º 0.86% 0.45% -
HSV(B) 10.2º 0.93% 0.85% -
XYZ 29.55 16.92 2.2 -
YUV 95.76 83 213.76 -
System Red Green Blue C M Y K H S L
Decimal 216 50 16 0 0.77 0.93 0.15 10.2 0.86 0.45
Hex D8 32 10 0 4D 5D F A 56 2D
Octal 330 62 20 0 115 135 17 12 126 55
Binary 11011000 110010 10000 0 1001101 1011101 1111 1010 1010110 101101

Color Harmonies of #D83210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83210

Black with #D83210

Text Example


Text Example

White with #D83210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83210; }

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

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

background-color css

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

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

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

border-color css

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

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

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