Html Css Color HEX #D74610 Harley Davidson Orange

📋 copy color: '#D74610'

red 215 ◦ green 70 ◦ blue 16

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

Shades of Harley Davidson Orange #D74610

Tints of Harley Davidson Orange #D74610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 71.43%
G = 23.26%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D74610 (or 0xD74610) is known color: Harley Davidson Orange. HEX triplet: D7, 46 and 10. RGB value is (215,70,16). Sum of RGB (Red+Green+Blue) = 215+70+16=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D74610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74610 is #28B9EF. Grayscale: #6B6B6B. Windows color (decimal): -2669040 or 1066711. OLE color: 1066711.

HSL color Cylindrical-coordinate representation of color #D74610: hue angle of 16.28º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D74610 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 70 16 -
CMYK 0 0.67 0.93 0.16
HSL 16.28º 0.86% 0.45% -
HSV(B) 16.28º 0.93% 0.84% -
XYZ 30.31 18.86 2.53 -
YUV 107.2 76.54 204.89 -
System Red Green Blue C M Y K H S L
Decimal 215 70 16 0 0.67 0.93 0.16 16.28 0.86 0.45
Hex D7 46 10 0 43 5D 10 10 56 2D
Octal 327 106 20 0 103 135 20 20 126 55
Binary 11010111 1000110 10000 0 1000011 1011101 10000 10000 1010110 101101

Color Harmonies of #D74610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74610

Black with #D74610

Text Example


Text Example

White with #D74610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74610; }

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

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

background-color css

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

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

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

border-color css

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

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

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