Html Css Color HEX #D74311 Harley Davidson Orange

📋 copy color: '#D74311'

red 215 ◦ green 67 ◦ blue 17

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

Shades of Harley Davidson Orange #D74311

Tints of Harley Davidson Orange #D74311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.41%

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

R = 71.91%
G = 22.41%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D74311 (or 0xD74311) is known color: Harley Davidson Orange. HEX triplet: D7, 43 and 11. RGB value is (215,67,17). Sum of RGB (Red+Green+Blue) = 215+67+17=299 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.91% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 215 - color contains mainly: red. Hex color #D74311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74311 is #28BCEE. Grayscale: #696969. Windows color (decimal): -2669807 or 1131479. OLE color: 1131479.

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

Color convert

RGB 215 67 17 -
CMYK 0 0.69 0.92 0.16
HSL 15.15º 0.85% 0.45% -
HSV(B) 15.15º 0.92% 0.84% -
XYZ 30.13 18.5 2.51 -
YUV 105.55 78.03 206.07 -
System Red Green Blue C M Y K H S L
Decimal 215 67 17 0 0.69 0.92 0.16 15.15 0.85 0.45
Hex D7 43 11 0 45 5C 10 F 55 2D
Octal 327 103 21 0 105 134 20 17 125 55
Binary 11010111 1000011 10001 0 1000101 1011100 10000 1111 1010101 101101

Color Harmonies of #D74311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74311

Black with #D74311

Text Example


Text Example

White with #D74311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74311; }

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

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

background-color css

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

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

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

border-color css

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

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

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