Html Css Color HEX #D74D18 Harley Davidson Orange

📋 copy color: '#D74D18'

red 215 ◦ green 77 ◦ blue 24

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

Shades of Harley Davidson Orange #D74D18

Tints of Harley Davidson Orange #D74D18

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.37%

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

R = 68.04%
G = 24.37%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D74D18 (or 0xD74D18) is known color: Harley Davidson Orange. HEX triplet: D7, 4D and 18. RGB value is (215,77,24). Sum of RGB (Red+Green+Blue) = 215+77+24=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74D18 is #28B2E7. Grayscale: #707070. Windows color (decimal): -2667240 or 1592791. OLE color: 1592791.

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

Color convert

RGB 215 77 24 -
CMYK 0 0.64 0.89 0.16
HSL 16.65º 0.8% 0.47% -
HSV(B) 16.65º 0.89% 0.84% -
XYZ 30.84 19.82 3.06 -
YUV 112.22 78.22 201.31 -
System Red Green Blue C M Y K H S L
Decimal 215 77 24 0 0.64 0.89 0.16 16.65 0.8 0.47
Hex D7 4D 18 0 40 59 10 11 50 2F
Octal 327 115 30 0 100 131 20 21 120 57
Binary 11010111 1001101 11000 0 1000000 1011001 10000 10001 1010000 101111

Color Harmonies of #D74D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D18

Black with #D74D18

Text Example


Text Example

White with #D74D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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