Html Css Color HEX #D74417 Harley Davidson Orange

📋 copy color: '#D74417'

red 215 ◦ green 68 ◦ blue 23

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

Shades of Harley Davidson Orange #D74417

Tints of Harley Davidson Orange #D74417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.52%

R = 70.26%
G = 22.22%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D74417 (or 0xD74417) is known color: Harley Davidson Orange. HEX triplet: D7, 44 and 17. RGB value is (215,68,23). Sum of RGB (Red+Green+Blue) = 215+68+23=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D74417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74417 is #28BBE8. Grayscale: #6B6B6B. Windows color (decimal): -2669545 or 1524951. OLE color: 1524951.

HSL color Cylindrical-coordinate representation of color #D74417: hue angle of 14.06º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D74417 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 68 23 -
CMYK 0 0.68 0.89 0.16
HSL 14.06º 0.81% 0.47% -
HSV(B) 14.06º 0.89% 0.84% -
XYZ 30.25 18.64 2.81 -
YUV 106.82 80.7 205.16 -
System Red Green Blue C M Y K H S L
Decimal 215 68 23 0 0.68 0.89 0.16 14.06 0.81 0.47
Hex D7 44 17 0 44 59 10 E 51 2F
Octal 327 104 27 0 104 131 20 16 121 57
Binary 11010111 1000100 10111 0 1000100 1011001 10000 1110 1010001 101111

Color Harmonies of #D74417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74417

Black with #D74417

Text Example


Text Example

White with #D74417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74417; }

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

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

background-color css

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

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

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

border-color css

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

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

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