Html Css Color HEX #D74110 Harley Davidson Orange

📋 copy color: '#D74110'

red 215 ◦ green 65 ◦ blue 16

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

Shades of Harley Davidson Orange #D74110

Tints of Harley Davidson Orange #D74110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.41%

R = 72.64%
G = 21.96%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D74110 (or 0xD74110) is known color: Harley Davidson Orange. HEX triplet: D7, 41 and 10. RGB value is (215,65,16). Sum of RGB (Red+Green+Blue) = 215+65+16=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D74110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74110 is #28BEEF. Grayscale: #686868. Windows color (decimal): -2670320 or 1065431. OLE color: 1065431.

HSL color Cylindrical-coordinate representation of color #D74110: hue angle of 14.77º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D74110 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 65 16 -
CMYK 0 0.70 0.93 0.16
HSL 14.77º 0.86% 0.45% -
HSV(B) 14.77º 0.93% 0.84% -
XYZ 30.01 18.27 2.43 -
YUV 104.26 78.2 206.98 -
System Red Green Blue C M Y K H S L
Decimal 215 65 16 0 0.70 0.93 0.16 14.77 0.86 0.45
Hex D7 41 10 0 46 5D 10 F 56 2D
Octal 327 101 20 0 106 135 20 17 126 55
Binary 11010111 1000001 10000 0 1000110 1011101 10000 1111 1010110 101101

Color Harmonies of #D74110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74110

Black with #D74110

Text Example


Text Example

White with #D74110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74110; }

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

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

background-color css

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

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

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

border-color css

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

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

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