Html Css Color HEX #D74818 Harley Davidson Orange

📋 copy color: '#D74818'

red 215 ◦ green 72 ◦ blue 24

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

Shades of Harley Davidson Orange #D74818

Tints of Harley Davidson Orange #D74818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.15%

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

R = 69.13%
G = 23.15%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D74818 (or 0xD74818) is known color: Harley Davidson Orange. HEX triplet: D7, 48 and 18. RGB value is (215,72,24). Sum of RGB (Red+Green+Blue) = 215+72+24=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D74818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74818 is #28B7E7. Grayscale: #6D6D6D. Windows color (decimal): -2668520 or 1591511. OLE color: 1591511.

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

Color convert

RGB 215 72 24 -
CMYK 0 0.67 0.89 0.16
HSL 15.08º 0.8% 0.47% -
HSV(B) 15.08º 0.89% 0.84% -
XYZ 30.51 19.15 2.95 -
YUV 109.29 79.88 203.4 -
System Red Green Blue C M Y K H S L
Decimal 215 72 24 0 0.67 0.89 0.16 15.08 0.8 0.47
Hex D7 48 18 0 43 59 10 F 50 2F
Octal 327 110 30 0 103 131 20 17 120 57
Binary 11010111 1001000 11000 0 1000011 1011001 10000 1111 1010000 101111

Color Harmonies of #D74818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74818

Black with #D74818

Text Example


Text Example

White with #D74818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74818; }

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

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

background-color css

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

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

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

border-color css

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

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

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