Html Css Color HEX #D74514 Harley Davidson Orange

📋 copy color: '#D74514'

red 215 ◦ green 69 ◦ blue 20

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

Shades of Harley Davidson Orange #D74514

Tints of Harley Davidson Orange #D74514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

 BLUE value IS 20 (8.2% from 255) = 6.58%

R = 70.72%
G = 22.7%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D74514 (or 0xD74514) is known color: Harley Davidson Orange. HEX triplet: D7, 45 and 14. RGB value is (215,69,20). Sum of RGB (Red+Green+Blue) = 215+69+20=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D74514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74514 is #28BAEB. Grayscale: #6B6B6B. Windows color (decimal): -2669292 or 1328599. OLE color: 1328599.

HSL color Cylindrical-coordinate representation of color #D74514: hue angle of 15.08º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D74514 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 69 20 -
CMYK 0 0.68 0.91 0.16
HSL 15.08º 0.83% 0.46% -
HSV(B) 15.08º 0.91% 0.84% -
XYZ 30.28 18.75 2.69 -
YUV 107.07 78.87 204.98 -
System Red Green Blue C M Y K H S L
Decimal 215 69 20 0 0.68 0.91 0.16 15.08 0.83 0.46
Hex D7 45 14 0 44 5B 10 F 53 2E
Octal 327 105 24 0 104 133 20 17 123 56
Binary 11010111 1000101 10100 0 1000100 1011011 10000 1111 1010011 101110

Color Harmonies of #D74514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74514

Black with #D74514

Text Example


Text Example

White with #D74514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74514; }

 p { color: rgb(215,69,20); }

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

background-color css

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

 a { background-color: rgb(215,69,20); }

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

border-color css

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

 span { border-color: rgb(215,69,20); }

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