Html Css Color HEX #D82313 Harley Davidson Orange

📋 copy color: '#D82313'

red 216 ◦ green 35 ◦ blue 19

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

Shades of Harley Davidson Orange #D82313

Tints of Harley Davidson Orange #D82313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

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

R = 80%
G = 12.96%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D82313 (or 0xD82313) is known color: Harley Davidson Orange. HEX triplet: D8, 23 and 13. RGB value is (216,35,19). Sum of RGB (Red+Green+Blue) = 216+35+19=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D82313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82313 is #27DCEC. Grayscale: #575757. Windows color (decimal): -2612461 or 1254360. OLE color: 1254360.

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

Color convert

RGB 216 35 19 -
CMYK 0 0.84 0.91 0.15
HSL 4.87º 0.84% 0.46% -
HSV(B) 4.87º 0.91% 0.85% -
XYZ 29.04 15.85 2.14 -
YUV 87.3 89.47 219.8 -
System Red Green Blue C M Y K H S L
Decimal 216 35 19 0 0.84 0.91 0.15 4.87 0.84 0.46
Hex D8 23 13 0 54 5B F 5 54 2E
Octal 330 43 23 0 124 133 17 5 124 56
Binary 11011000 100011 10011 0 1010100 1011011 1111 101 1010100 101110

Color Harmonies of #D82313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82313

Black with #D82313

Text Example


Text Example

White with #D82313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82313; }

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

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

background-color css

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

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

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

border-color css

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

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

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