Html Css Color HEX #D74206 Harley Davidson Orange

📋 copy color: '#D74206'

red 215 ◦ green 66 ◦ blue 6

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

Shades of Harley Davidson Orange #D74206

Tints of Harley Davidson Orange #D74206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.09%

R = 74.91%
G = 23%
B = 2.09%

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

#D74206 (or 0xD74206) is known color: Harley Davidson Orange. HEX triplet: D7, 42 and 06. RGB value is (215,66,6). Sum of RGB (Red+Green+Blue) = 215+66+6=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D74206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74206 is #28BDF9. Grayscale: #686868. Windows color (decimal): -2670074 or 410327. OLE color: 410327.

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

Color convert

RGB 215 66 6 -
CMYK 0 0.69 0.97 0.16
HSL 17.22º 0.95% 0.43% -
HSV(B) 17.22º 0.97% 0.84% -
XYZ 30.01 18.36 2.13 -
YUV 103.71 72.86 207.38 -
System Red Green Blue C M Y K H S L
Decimal 215 66 6 0 0.69 0.97 0.16 17.22 0.95 0.43
Hex D7 42 6 0 45 61 10 11 5F 2B
Octal 327 102 6 0 105 141 20 21 137 53
Binary 11010111 1000010 110 0 1000101 1100001 10000 10001 1011111 101011

Color Harmonies of #D74206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74206

Black with #D74206

Text Example


Text Example

White with #D74206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74206; }

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

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

background-color css

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

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

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

border-color css

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

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

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