Html Css Color HEX #D92913 Harley Davidson Orange

📋 copy color: '#D92913'

red 217 ◦ green 41 ◦ blue 19

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

Shades of Harley Davidson Orange #D92913

Tints of Harley Davidson Orange #D92913

RGB

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

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

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

R = 78.34%
G = 14.8%
B = 6.86%

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

#D92913 (or 0xD92913) is known color: Harley Davidson Orange. HEX triplet: D9, 29 and 13. RGB value is (217,41,19). Sum of RGB (Red+Green+Blue) = 217+41+19=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D92913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92913 is #26D6EC. Grayscale: #5B5B5B. Windows color (decimal): -2545389 or 1255897. OLE color: 1255897.

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

Color convert

RGB 217 41 19 -
CMYK 0 0.81 0.91 0.15
HSL 6.67º 0.84% 0.46% -
HSV(B) 6.67º 0.91% 0.85% -
XYZ 29.53 16.38 2.22 -
YUV 91.12 87.31 217.79 -
System Red Green Blue C M Y K H S L
Decimal 217 41 19 0 0.81 0.91 0.15 6.67 0.84 0.46
Hex D9 29 13 0 51 5B F 7 54 2E
Octal 331 51 23 0 121 133 17 7 124 56
Binary 11011001 101001 10011 0 1010001 1011011 1111 111 1010100 101110

Color Harmonies of #D92913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92913

Black with #D92913

Text Example


Text Example

White with #D92913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92913; }

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

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

background-color css

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

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

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

border-color css

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

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

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