Html Css Color HEX #D74915 Harley Davidson Orange

📋 copy color: '#D74915'

red 215 ◦ green 73 ◦ blue 21

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

Shades of Harley Davidson Orange #D74915

Tints of Harley Davidson Orange #D74915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.62%

 BLUE value IS 21 (8.59% from 255) = 6.8%

R = 69.58%
G = 23.62%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D74915 (or 0xD74915) is known color: Harley Davidson Orange. HEX triplet: D7, 49 and 15. RGB value is (215,73,21). Sum of RGB (Red+Green+Blue) = 215+73+21=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D74915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74915 is #28B6EA. Grayscale: #6D6D6D. Windows color (decimal): -2668267 or 1395159. OLE color: 1395159.

HSL color Cylindrical-coordinate representation of color #D74915: hue angle of 16.08º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D74915 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 73 21 -
CMYK 0 0.66 0.90 0.16
HSL 16.08º 0.82% 0.46% -
HSV(B) 16.08º 0.9% 0.84% -
XYZ 30.54 19.27 2.82 -
YUV 109.53 78.04 203.23 -
System Red Green Blue C M Y K H S L
Decimal 215 73 21 0 0.66 0.90 0.16 16.08 0.82 0.46
Hex D7 49 15 0 42 5A 10 10 52 2E
Octal 327 111 25 0 102 132 20 20 122 56
Binary 11010111 1001001 10101 0 1000010 1011010 10000 10000 1010010 101110

Color Harmonies of #D74915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74915

Black with #D74915

Text Example


Text Example

White with #D74915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74915; }

 p { color: rgb(215,73,21); }

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

background-color css

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

 a { background-color: rgb(215,73,21); }

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

border-color css

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

 span { border-color: rgb(215,73,21); }

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