Html Css Color HEX #D92915 Harley Davidson Orange

📋 copy color: '#D92915'

red 217 ◦ green 41 ◦ blue 21

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

Shades of Harley Davidson Orange #D92915

Tints of Harley Davidson Orange #D92915

RGB

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

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

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

R = 77.78%
G = 14.7%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D92915 (or 0xD92915) is known color: Harley Davidson Orange. HEX triplet: D9, 29 and 15. RGB value is (217,41,21). Sum of RGB (Red+Green+Blue) = 217+41+21=279 (36% of max value = 765). Red value is 217 (85.16% from 255 or 77.78% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 217 - color contains mainly: red. Hex color #D92915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92915 is #26D6EA. Grayscale: #5B5B5B. Windows color (decimal): -2545387 or 1386969. OLE color: 1386969.

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

Color convert

RGB 217 41 21 -
CMYK 0 0.81 0.90 0.15
HSL 6.12º 0.82% 0.47% -
HSV(B) 6.12º 0.9% 0.85% -
XYZ 29.54 16.39 2.32 -
YUV 91.34 88.31 217.63 -
System Red Green Blue C M Y K H S L
Decimal 217 41 21 0 0.81 0.90 0.15 6.12 0.82 0.47
Hex D9 29 15 0 51 5A F 6 52 2F
Octal 331 51 25 0 121 132 17 6 122 57
Binary 11011001 101001 10101 0 1010001 1011010 1111 110 1010010 101111

Color Harmonies of #D92915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92915

Black with #D92915

Text Example


Text Example

White with #D92915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92915; }

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

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

background-color css

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

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

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

border-color css

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

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

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