Html Css Color HEX #D74210 Harley Davidson Orange

📋 copy color: '#D74210'

red 215 ◦ green 66 ◦ blue 16

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

Shades of Harley Davidson Orange #D74210

Tints of Harley Davidson Orange #D74210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.22%

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

R = 72.39%
G = 22.22%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D74210 (or 0xD74210) is known color: Harley Davidson Orange. HEX triplet: D7, 42 and 10. RGB value is (215,66,16). Sum of RGB (Red+Green+Blue) = 215+66+16=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D74210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74210 is #28BDEF. Grayscale: #696969. Windows color (decimal): -2670064 or 1065687. OLE color: 1065687.

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

Color convert

RGB 215 66 16 -
CMYK 0 0.69 0.93 0.16
HSL 15.08º 0.86% 0.45% -
HSV(B) 15.08º 0.93% 0.84% -
XYZ 30.07 18.38 2.45 -
YUV 104.85 77.86 206.57 -
System Red Green Blue C M Y K H S L
Decimal 215 66 16 0 0.69 0.93 0.16 15.08 0.86 0.45
Hex D7 42 10 0 45 5D 10 F 56 2D
Octal 327 102 20 0 105 135 20 17 126 55
Binary 11010111 1000010 10000 0 1000101 1011101 10000 1111 1010110 101101

Color Harmonies of #D74210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74210

Black with #D74210

Text Example


Text Example

White with #D74210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74210; }

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

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

background-color css

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

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

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

border-color css

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

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

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