Html Css Color HEX #D92F19 Harley Davidson Orange

📋 copy color: '#D92F19'

red 217 ◦ green 47 ◦ blue 25

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

Shades of Harley Davidson Orange #D92F19

Tints of Harley Davidson Orange #D92F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.26%

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 75.09%
G = 16.26%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D92F19 (or 0xD92F19) is known color: Harley Davidson Orange. HEX triplet: D9, 2F and 19. RGB value is (217,47,25). Sum of RGB (Red+Green+Blue) = 217+47+25=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92F19 is #26D0E6. Grayscale: #5F5F5F. Windows color (decimal): -2543847 or 1650649. OLE color: 1650649.

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

Color convert

RGB 217 47 25 -
CMYK 0 0.78 0.88 0.15
HSL 6.88º 0.79% 0.47% -
HSV(B) 6.88º 0.88% 0.85% -
XYZ 29.81 16.85 2.6 -
YUV 95.32 88.32 214.79 -
System Red Green Blue C M Y K H S L
Decimal 217 47 25 0 0.78 0.88 0.15 6.88 0.79 0.47
Hex D9 2F 19 0 4E 58 F 7 4F 2F
Octal 331 57 31 0 116 130 17 7 117 57
Binary 11011001 101111 11001 0 1001110 1011000 1111 111 1001111 101111

Color Harmonies of #D92F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F19

Black with #D92F19

Text Example


Text Example

White with #D92F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F19; }

 p { color: rgb(217,47,25); }

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

background-color css

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

 a { background-color: rgb(217,47,25); }

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

border-color css

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

 span { border-color: rgb(217,47,25); }

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