Html Css Color HEX #D9341C Harley Davidson Orange

📋 copy color: '#D9341C'

red 217 ◦ green 52 ◦ blue 28

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

Shades of Harley Davidson Orange #D9341C

Tints of Harley Davidson Orange #D9341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 73.06%
G = 17.51%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9341C (or 0xD9341C) is known color: Harley Davidson Orange. HEX triplet: D9, 34 and 1C. RGB value is (217,52,28). Sum of RGB (Red+Green+Blue) = 217+52+28=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D9341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9341C is #26CBE3. Grayscale: #626262. Windows color (decimal): -2542564 or 1848537. OLE color: 1848537.

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

Color convert

RGB 217 52 28 -
CMYK 0 0.76 0.87 0.15
HSL 7.62º 0.77% 0.48% -
HSV(B) 7.62º 0.87% 0.85% -
XYZ 30.05 17.29 2.85 -
YUV 98.6 88.16 212.45 -
System Red Green Blue C M Y K H S L
Decimal 217 52 28 0 0.76 0.87 0.15 7.62 0.77 0.48
Hex D9 34 1C 0 4C 57 F 8 4D 30
Octal 331 64 34 0 114 127 17 10 115 60
Binary 11011001 110100 11100 0 1001100 1010111 1111 1000 1001101 110000

Color Harmonies of #D9341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9341C

Black with #D9341C

Text Example


Text Example

White with #D9341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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