Html Css Color HEX #D9290F Harley Davidson Orange

📋 copy color: '#D9290F'

red 217 ◦ green 41 ◦ blue 15

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

Shades of Harley Davidson Orange #D9290F

Tints of Harley Davidson Orange #D9290F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.49%

R = 79.49%
G = 15.02%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9290F (or 0xD9290F) is known color: Harley Davidson Orange. HEX triplet: D9, 29 and 0F. RGB value is (217,41,15). Sum of RGB (Red+Green+Blue) = 217+41+15=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D9290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9290F is #26D6F0. Grayscale: #5A5A5A. Windows color (decimal): -2545393 or 993753. OLE color: 993753.

HSL color Cylindrical-coordinate representation of color #D9290F: hue angle of 7.72º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9290F is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 41 15 -
CMYK 0 0.81 0.93 0.15
HSL 7.72º 0.87% 0.45% -
HSV(B) 7.72º 0.93% 0.85% -
XYZ 29.49 16.37 2.06 -
YUV 90.66 85.31 218.11 -
System Red Green Blue C M Y K H S L
Decimal 217 41 15 0 0.81 0.93 0.15 7.72 0.87 0.45
Hex D9 29 F 0 51 5D F 8 57 2D
Octal 331 51 17 0 121 135 17 10 127 55
Binary 11011001 101001 1111 0 1010001 1011101 1111 1000 1010111 101101

Color Harmonies of #D9290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9290F

Black with #D9290F

Text Example


Text Example

White with #D9290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9290F; }

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

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

background-color css

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

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

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

border-color css

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

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

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