Html Css Color HEX #D92615 Harley Davidson Orange

📋 copy color: '#D92615'

red 217 ◦ green 38 ◦ blue 21

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

Shades of Harley Davidson Orange #D92615

Tints of Harley Davidson Orange #D92615

RGB

 RED value IS 217 (85.16% from 255) = 78.62%

 GREEN value IS 38 (15.23% from 255) = 13.77%

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

R = 78.62%
G = 13.77%
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

#D92615 (or 0xD92615) is known color: Harley Davidson Orange. HEX triplet: D9, 26 and 15. RGB value is (217,38,21). Sum of RGB (Red+Green+Blue) = 217+38+21=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D92615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92615 is #26D9EA. Grayscale: #595959. Windows color (decimal): -2546155 or 1386201. OLE color: 1386201.

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

Color convert

RGB 217 38 21 -
CMYK 0 0.82 0.90 0.15
HSL 5.2º 0.82% 0.47% -
HSV(B) 5.2º 0.9% 0.85% -
XYZ 29.44 16.19 2.28 -
YUV 89.58 89.3 218.88 -
System Red Green Blue C M Y K H S L
Decimal 217 38 21 0 0.82 0.90 0.15 5.2 0.82 0.47
Hex D9 26 15 0 52 5A F 5 52 2F
Octal 331 46 25 0 122 132 17 5 122 57
Binary 11011001 100110 10101 0 1010010 1011010 1111 101 1010010 101111

Color Harmonies of #D92615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92615

Black with #D92615

Text Example


Text Example

White with #D92615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92615; }

 p { color: rgb(217,38,21); }

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

background-color css

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

 a { background-color: rgb(217,38,21); }

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

border-color css

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

 span { border-color: rgb(217,38,21); }

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