Html Css Color HEX #D74207 Harley Davidson Orange

📋 copy color: '#D74207'

red 215 ◦ green 66 ◦ blue 7

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

Shades of Harley Davidson Orange #D74207

Tints of Harley Davidson Orange #D74207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.43%

R = 74.65%
G = 22.92%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D74207 (or 0xD74207) is known color: Harley Davidson Orange. HEX triplet: D7, 42 and 07. RGB value is (215,66,7). Sum of RGB (Red+Green+Blue) = 215+66+7=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D74207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74207 is #28BDF8. Grayscale: #686868. Windows color (decimal): -2670073 or 475863. OLE color: 475863.

HSL color Cylindrical-coordinate representation of color #D74207: hue angle of 17.02º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D74207 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 66 7 -
CMYK 0 0.69 0.97 0.16
HSL 17.02º 0.94% 0.44% -
HSV(B) 17.02º 0.97% 0.84% -
XYZ 30.01 18.36 2.16 -
YUV 103.83 73.36 207.3 -
System Red Green Blue C M Y K H S L
Decimal 215 66 7 0 0.69 0.97 0.16 17.02 0.94 0.44
Hex D7 42 7 0 45 61 10 11 5E 2C
Octal 327 102 7 0 105 141 20 21 136 54
Binary 11010111 1000010 111 0 1000101 1100001 10000 10001 1011110 101100

Color Harmonies of #D74207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74207

Black with #D74207

Text Example


Text Example

White with #D74207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74207; }

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

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

background-color css

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

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

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

border-color css

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

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

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