Html Css Color HEX #D74411 Harley Davidson Orange

📋 copy color: '#D74411'

red 215 ◦ green 68 ◦ blue 17

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

Shades of Harley Davidson Orange #D74411

Tints of Harley Davidson Orange #D74411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

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

R = 71.67%
G = 22.67%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D74411 (or 0xD74411) is known color: Harley Davidson Orange. HEX triplet: D7, 44 and 11. RGB value is (215,68,17). Sum of RGB (Red+Green+Blue) = 215+68+17=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D74411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74411 is #28BBEE. Grayscale: #6A6A6A. Windows color (decimal): -2669551 or 1131735. OLE color: 1131735.

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

Color convert

RGB 215 68 17 -
CMYK 0 0.68 0.92 0.16
HSL 15.45º 0.85% 0.45% -
HSV(B) 15.45º 0.92% 0.84% -
XYZ 30.19 18.62 2.53 -
YUV 106.14 77.7 205.65 -
System Red Green Blue C M Y K H S L
Decimal 215 68 17 0 0.68 0.92 0.16 15.45 0.85 0.45
Hex D7 44 11 0 44 5C 10 F 55 2D
Octal 327 104 21 0 104 134 20 17 125 55
Binary 11010111 1000100 10001 0 1000100 1011100 10000 1111 1010101 101101

Color Harmonies of #D74411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74411

Black with #D74411

Text Example


Text Example

White with #D74411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74411; }

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

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

background-color css

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

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

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

border-color css

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

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

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