Html Css Color HEX #D82913 Harley Davidson Orange

📋 copy color: '#D82913'

red 216 ◦ green 41 ◦ blue 19

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

Shades of Harley Davidson Orange #D82913

Tints of Harley Davidson Orange #D82913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

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

R = 78.26%
G = 14.86%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D82913 (or 0xD82913) is known color: Harley Davidson Orange. HEX triplet: D8, 29 and 13. RGB value is (216,41,19). Sum of RGB (Red+Green+Blue) = 216+41+19=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D82913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82913 is #27D6EC. Grayscale: #5B5B5B. Windows color (decimal): -2610925 or 1255896. OLE color: 1255896.

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

Color convert

RGB 216 41 19 -
CMYK 0 0.81 0.91 0.15
HSL 6.7º 0.84% 0.46% -
HSV(B) 6.7º 0.91% 0.85% -
XYZ 29.23 16.23 2.21 -
YUV 90.82 87.48 217.29 -
System Red Green Blue C M Y K H S L
Decimal 216 41 19 0 0.81 0.91 0.15 6.7 0.84 0.46
Hex D8 29 13 0 51 5B F 7 54 2E
Octal 330 51 23 0 121 133 17 7 124 56
Binary 11011000 101001 10011 0 1010001 1011011 1111 111 1010100 101110

Color Harmonies of #D82913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82913

Black with #D82913

Text Example


Text Example

White with #D82913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82913; }

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

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

background-color css

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

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

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

border-color css

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

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

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