Html Css Color HEX #D74106 Harley Davidson Orange

📋 copy color: '#D74106'

red 215 ◦ green 65 ◦ blue 6

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

Shades of Harley Davidson Orange #D74106

Tints of Harley Davidson Orange #D74106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.1%

R = 75.17%
G = 22.73%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D74106 (or 0xD74106) is known color: Harley Davidson Orange. HEX triplet: D7, 41 and 06. RGB value is (215,65,6). Sum of RGB (Red+Green+Blue) = 215+65+6=286 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.17% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 215 - color contains mainly: red. Hex color #D74106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74106 is #28BEF9. Grayscale: #676767. Windows color (decimal): -2670330 or 410071. OLE color: 410071.

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

Color convert

RGB 215 65 6 -
CMYK 0 0.70 0.97 0.16
HSL 16.94º 0.95% 0.43% -
HSV(B) 16.94º 0.97% 0.84% -
XYZ 29.95 18.24 2.11 -
YUV 103.12 73.2 207.8 -
System Red Green Blue C M Y K H S L
Decimal 215 65 6 0 0.70 0.97 0.16 16.94 0.95 0.43
Hex D7 41 6 0 46 61 10 11 5F 2B
Octal 327 101 6 0 106 141 20 21 137 53
Binary 11010111 1000001 110 0 1000110 1100001 10000 10001 1011111 101011

Color Harmonies of #D74106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74106

Black with #D74106

Text Example


Text Example

White with #D74106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74106; }

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

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

background-color css

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

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

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

border-color css

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

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

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