Html Css Color HEX #D74104 Harley Davidson Orange

📋 copy color: '#D74104'

red 215 ◦ green 65 ◦ blue 4

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

Shades of Harley Davidson Orange #D74104

Tints of Harley Davidson Orange #D74104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 75.7%
G = 22.89%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D74104 (or 0xD74104) is known color: Harley Davidson Orange. HEX triplet: D7, 41 and 04. RGB value is (215,65,4). Sum of RGB (Red+Green+Blue) = 215+65+4=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D74104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74104 is #28BEFB. Grayscale: #676767. Windows color (decimal): -2670332 or 278999. OLE color: 278999.

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

Color convert

RGB 215 65 4 -
CMYK 0 0.70 0.98 0.16
HSL 17.35º 0.96% 0.43% -
HSV(B) 17.35º 0.98% 0.84% -
XYZ 29.94 18.24 2.06 -
YUV 102.9 72.2 207.96 -
System Red Green Blue C M Y K H S L
Decimal 215 65 4 0 0.70 0.98 0.16 17.35 0.96 0.43
Hex D7 41 4 0 46 62 10 11 60 2B
Octal 327 101 4 0 106 142 20 21 140 53
Binary 11010111 1000001 100 0 1000110 1100010 10000 10001 1100000 101011

Color Harmonies of #D74104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74104

Black with #D74104

Text Example


Text Example

White with #D74104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74104; }

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

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

background-color css

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

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

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

border-color css

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

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

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