Html Css Color HEX #D74914 Harley Davidson Orange

📋 copy color: '#D74914'

red 215 ◦ green 73 ◦ blue 20

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

Shades of Harley Davidson Orange #D74914

Tints of Harley Davidson Orange #D74914

RGB

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

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

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

R = 69.81%
G = 23.7%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D74914 (or 0xD74914) is known color: Harley Davidson Orange. HEX triplet: D7, 49 and 14. RGB value is (215,73,20). Sum of RGB (Red+Green+Blue) = 215+73+20=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D74914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74914 is #28B6EB. Grayscale: #6D6D6D. Windows color (decimal): -2668268 or 1329623. OLE color: 1329623.

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

Color convert

RGB 215 73 20 -
CMYK 0 0.66 0.91 0.16
HSL 16.31º 0.83% 0.46% -
HSV(B) 16.31º 0.91% 0.84% -
XYZ 30.53 19.26 2.77 -
YUV 109.42 77.54 203.31 -
System Red Green Blue C M Y K H S L
Decimal 215 73 20 0 0.66 0.91 0.16 16.31 0.83 0.46
Hex D7 49 14 0 42 5B 10 10 53 2E
Octal 327 111 24 0 102 133 20 20 123 56
Binary 11010111 1001001 10100 0 1000010 1011011 10000 10000 1010011 101110

Color Harmonies of #D74914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74914

Black with #D74914

Text Example


Text Example

White with #D74914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74914; }

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

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

background-color css

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

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

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

border-color css

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

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

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