Html Css Color HEX #D74611 Harley Davidson Orange

📋 copy color: '#D74611'

red 215 ◦ green 70 ◦ blue 17

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

Shades of Harley Davidson Orange #D74611

Tints of Harley Davidson Orange #D74611

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.18%

 BLUE value IS 17 (7.03% from 255) = 5.63%

R = 71.19%
G = 23.18%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D74611 (or 0xD74611) is known color: Harley Davidson Orange. HEX triplet: D7, 46 and 11. RGB value is (215,70,17). Sum of RGB (Red+Green+Blue) = 215+70+17=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D74611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74611 is #28B9EE. Grayscale: #6B6B6B. Windows color (decimal): -2669039 or 1132247. OLE color: 1132247.

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

Color convert

RGB 215 70 17 -
CMYK 0 0.67 0.92 0.16
HSL 16.06º 0.85% 0.45% -
HSV(B) 16.06º 0.92% 0.84% -
XYZ 30.32 18.87 2.57 -
YUV 107.31 77.04 204.81 -
System Red Green Blue C M Y K H S L
Decimal 215 70 17 0 0.67 0.92 0.16 16.06 0.85 0.45
Hex D7 46 11 0 43 5C 10 10 55 2D
Octal 327 106 21 0 103 134 20 20 125 55
Binary 11010111 1000110 10001 0 1000011 1011100 10000 10000 1010101 101101

Color Harmonies of #D74611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74611

Black with #D74611

Text Example


Text Example

White with #D74611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74611; }

 p { color: rgb(215,70,17); }

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

background-color css

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

 a { background-color: rgb(215,70,17); }

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

border-color css

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

 span { border-color: rgb(215,70,17); }

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