Html Css Color HEX #D73318 Harley Davidson Orange

📋 copy color: '#D73318'

red 215 ◦ green 51 ◦ blue 24

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

Shades of Harley Davidson Orange #D73318

Tints of Harley Davidson Orange #D73318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.59%

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

R = 74.14%
G = 17.59%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D73318 (or 0xD73318) is known color: Harley Davidson Orange. HEX triplet: D7, 33 and 18. RGB value is (215,51,24). Sum of RGB (Red+Green+Blue) = 215+51+24=290 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.14% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 215 - color contains mainly: red. Hex color #D73318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73318 is #28CCE7. Grayscale: #616161. Windows color (decimal): -2673896 or 1586135. OLE color: 1586135.

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

Color convert

RGB 215 51 24 -
CMYK 0 0.76 0.89 0.16
HSL 8.48º 0.8% 0.47% -
HSV(B) 8.48º 0.89% 0.84% -
XYZ 29.37 16.88 2.57 -
YUV 96.96 86.83 212.2 -
System Red Green Blue C M Y K H S L
Decimal 215 51 24 0 0.76 0.89 0.16 8.48 0.8 0.47
Hex D7 33 18 0 4C 59 10 8 50 2F
Octal 327 63 30 0 114 131 20 10 120 57
Binary 11010111 110011 11000 0 1001100 1011001 10000 1000 1010000 101111

Color Harmonies of #D73318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73318

Black with #D73318

Text Example


Text Example

White with #D73318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73318; }

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

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

background-color css

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

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

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

border-color css

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

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

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