Html Css Color HEX #D74114 Harley Davidson Orange

📋 copy color: '#D74114'

red 215 ◦ green 65 ◦ blue 20

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

Shades of Harley Davidson Orange #D74114

Tints of Harley Davidson Orange #D74114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.67%

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

R = 71.67%
G = 21.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D74114 (or 0xD74114) is known color: Harley Davidson Orange. HEX triplet: D7, 41 and 14. RGB value is (215,65,20). Sum of RGB (Red+Green+Blue) = 215+65+20=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D74114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74114 is #28BEEB. Grayscale: #696969. Windows color (decimal): -2670316 or 1327575. OLE color: 1327575.

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

Color convert

RGB 215 65 20 -
CMYK 0 0.70 0.91 0.16
HSL 13.85º 0.83% 0.46% -
HSV(B) 13.85º 0.91% 0.84% -
XYZ 30.04 18.28 2.61 -
YUV 104.72 80.2 206.66 -
System Red Green Blue C M Y K H S L
Decimal 215 65 20 0 0.70 0.91 0.16 13.85 0.83 0.46
Hex D7 41 14 0 46 5B 10 E 53 2E
Octal 327 101 24 0 106 133 20 16 123 56
Binary 11010111 1000001 10100 0 1000110 1011011 10000 1110 1010011 101110

Color Harmonies of #D74114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74114

Black with #D74114

Text Example


Text Example

White with #D74114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74114; }

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

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

background-color css

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

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

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

border-color css

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

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

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