Html Css Color HEX #D82715 Harley Davidson Orange

📋 copy color: '#D82715'

red 216 ◦ green 39 ◦ blue 21

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

Shades of Harley Davidson Orange #D82715

Tints of Harley Davidson Orange #D82715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.13%

 BLUE value IS 21 (8.59% from 255) = 7.61%

R = 78.26%
G = 14.13%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D82715 (or 0xD82715) is known color: Harley Davidson Orange. HEX triplet: D8, 27 and 15. RGB value is (216,39,21). Sum of RGB (Red+Green+Blue) = 216+39+21=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D82715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82715 is #27D8EA. Grayscale: #5A5A5A. Windows color (decimal): -2611435 or 1386456. OLE color: 1386456.

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

Color convert

RGB 216 39 21 -
CMYK 0 0.82 0.90 0.15
HSL 5.54º 0.82% 0.46% -
HSV(B) 5.54º 0.9% 0.85% -
XYZ 29.18 16.1 2.28 -
YUV 89.87 89.14 217.96 -
System Red Green Blue C M Y K H S L
Decimal 216 39 21 0 0.82 0.90 0.15 5.54 0.82 0.46
Hex D8 27 15 0 52 5A F 6 52 2E
Octal 330 47 25 0 122 132 17 6 122 56
Binary 11011000 100111 10101 0 1010010 1011010 1111 110 1010010 101110

Color Harmonies of #D82715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82715

Black with #D82715

Text Example


Text Example

White with #D82715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82715; }

 p { color: rgb(216,39,21); }

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

background-color css

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

 a { background-color: rgb(216,39,21); }

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

border-color css

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

 span { border-color: rgb(216,39,21); }

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