Html Css Color HEX #D74515 Harley Davidson Orange

📋 copy color: '#D74515'

red 215 ◦ green 69 ◦ blue 21

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

Shades of Harley Davidson Orange #D74515

Tints of Harley Davidson Orange #D74515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.62%

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

R = 70.49%
G = 22.62%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D74515 (or 0xD74515) is known color: Harley Davidson Orange. HEX triplet: D7, 45 and 15. RGB value is (215,69,21). Sum of RGB (Red+Green+Blue) = 215+69+21=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D74515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74515 is #28BAEA. Grayscale: #6B6B6B. Windows color (decimal): -2669291 or 1394135. OLE color: 1394135.

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

Color convert

RGB 215 69 21 -
CMYK 0 0.68 0.90 0.16
HSL 14.85º 0.82% 0.46% -
HSV(B) 14.85º 0.9% 0.84% -
XYZ 30.29 18.76 2.73 -
YUV 107.18 79.37 204.9 -
System Red Green Blue C M Y K H S L
Decimal 215 69 21 0 0.68 0.90 0.16 14.85 0.82 0.46
Hex D7 45 15 0 44 5A 10 F 52 2E
Octal 327 105 25 0 104 132 20 17 122 56
Binary 11010111 1000101 10101 0 1000100 1011010 10000 1111 1010010 101110

Color Harmonies of #D74515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74515

Black with #D74515

Text Example


Text Example

White with #D74515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74515; }

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

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

background-color css

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

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

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

border-color css

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

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

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