Html Css Color HEX #D74015 Harley Davidson Orange

📋 copy color: '#D74015'

red 215 ◦ green 64 ◦ blue 21

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

Shades of Harley Davidson Orange #D74015

Tints of Harley Davidson Orange #D74015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.33%

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

R = 71.67%
G = 21.33%
B = 7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D74015 (or 0xD74015) is known color: Harley Davidson Orange. HEX triplet: D7, 40 and 15. RGB value is (215,64,21). Sum of RGB (Red+Green+Blue) = 215+64+21=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D74015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74015 is #28BFEA. Grayscale: #686868. Windows color (decimal): -2670571 or 1392855. OLE color: 1392855.

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

Color convert

RGB 215 64 21 -
CMYK 0 0.70 0.90 0.16
HSL 13.3º 0.82% 0.46% -
HSV(B) 13.3º 0.9% 0.84% -
XYZ 29.99 18.17 2.64 -
YUV 104.25 81.03 207 -
System Red Green Blue C M Y K H S L
Decimal 215 64 21 0 0.70 0.90 0.16 13.3 0.82 0.46
Hex D7 40 15 0 46 5A 10 D 52 2E
Octal 327 100 25 0 106 132 20 15 122 56
Binary 11010111 1000000 10101 0 1000110 1011010 10000 1101 1010010 101110

Color Harmonies of #D74015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74015

Black with #D74015

Text Example


Text Example

White with #D74015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74015; }

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

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

background-color css

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

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

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

border-color css

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

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

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