Html Css Color HEX #D9340F Harley Davidson Orange

📋 copy color: '#D9340F'

red 217 ◦ green 52 ◦ blue 15

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

Shades of Harley Davidson Orange #D9340F

Tints of Harley Davidson Orange #D9340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.31%

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

R = 76.41%
G = 18.31%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9340F (or 0xD9340F) is known color: Harley Davidson Orange. HEX triplet: D9, 34 and 0F. RGB value is (217,52,15). Sum of RGB (Red+Green+Blue) = 217+52+15=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D9340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9340F is #26CBF0. Grayscale: #616161. Windows color (decimal): -2542577 or 996569. OLE color: 996569.

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

Color convert

RGB 217 52 15 -
CMYK 0 0.76 0.93 0.15
HSL 10.99º 0.87% 0.45% -
HSV(B) 10.99º 0.93% 0.85% -
XYZ 29.93 17.24 2.2 -
YUV 97.12 81.66 213.51 -
System Red Green Blue C M Y K H S L
Decimal 217 52 15 0 0.76 0.93 0.15 10.99 0.87 0.45
Hex D9 34 F 0 4C 5D F B 57 2D
Octal 331 64 17 0 114 135 17 13 127 55
Binary 11011001 110100 1111 0 1001100 1011101 1111 1011 1010111 101101

Color Harmonies of #D9340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9340F

Black with #D9340F

Text Example


Text Example

White with #D9340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9340F; }

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

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

background-color css

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

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

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

border-color css

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

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

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