Html Css Color HEX #D73218 Harley Davidson Orange

📋 copy color: '#D73218'

red 215 ◦ green 50 ◦ blue 24

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

Shades of Harley Davidson Orange #D73218

Tints of Harley Davidson Orange #D73218

RGB

 RED value IS 215 (84.38% from 255) = 74.39%

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 24 (9.77% from 255) = 8.3%

R = 74.39%
G = 17.3%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D73218 (or 0xD73218) is known color: Harley Davidson Orange. HEX triplet: D7, 32 and 18. RGB value is (215,50,24). Sum of RGB (Red+Green+Blue) = 215+50+24=289 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.39% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 215 - color contains mainly: red. Hex color #D73218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73218 is #28CDE7. Grayscale: #606060. Windows color (decimal): -2674152 or 1585879. OLE color: 1585879.

HSL color Cylindrical-coordinate representation of color #D73218: hue angle of 8.17º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D73218 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 50 24 -
CMYK 0 0.77 0.89 0.16
HSL 8.17º 0.8% 0.47% -
HSV(B) 8.17º 0.89% 0.84% -
XYZ 29.33 16.79 2.56 -
YUV 96.37 87.16 212.61 -
System Red Green Blue C M Y K H S L
Decimal 215 50 24 0 0.77 0.89 0.16 8.17 0.8 0.47
Hex D7 32 18 0 4D 59 10 8 50 2F
Octal 327 62 30 0 115 131 20 10 120 57
Binary 11010111 110010 11000 0 1001101 1011001 10000 1000 1010000 101111

Color Harmonies of #D73218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73218

Black with #D73218

Text Example


Text Example

White with #D73218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73218; }

 p { color: rgb(215,50,24); }

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

background-color css

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

 a { background-color: rgb(215,50,24); }

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

border-color css

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

 span { border-color: rgb(215,50,24); }

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