Html Css Color HEX #D74615 Harley Davidson Orange

📋 copy color: '#D74615'

red 215 ◦ green 70 ◦ blue 21

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

Shades of Harley Davidson Orange #D74615

Tints of Harley Davidson Orange #D74615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.86%

R = 70.26%
G = 22.88%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D74615 (or 0xD74615) is known color: Harley Davidson Orange. HEX triplet: D7, 46 and 15. RGB value is (215,70,21). Sum of RGB (Red+Green+Blue) = 215+70+21=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D74615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74615 is #28B9EA. Grayscale: #6C6C6C. Windows color (decimal): -2669035 or 1394391. OLE color: 1394391.

HSL color Cylindrical-coordinate representation of color #D74615: hue angle of 15.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D74615 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 70 21 -
CMYK 0 0.67 0.90 0.16
HSL 15.15º 0.82% 0.46% -
HSV(B) 15.15º 0.9% 0.84% -
XYZ 30.35 18.88 2.75 -
YUV 107.77 79.04 204.48 -
System Red Green Blue C M Y K H S L
Decimal 215 70 21 0 0.67 0.90 0.16 15.15 0.82 0.46
Hex D7 46 15 0 43 5A 10 F 52 2E
Octal 327 106 25 0 103 132 20 17 122 56
Binary 11010111 1000110 10101 0 1000011 1011010 10000 1111 1010010 101110

Color Harmonies of #D74615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74615

Black with #D74615

Text Example


Text Example

White with #D74615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74615; }

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

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

background-color css

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

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

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

border-color css

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

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

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