Html Css Color HEX #D72406 Harley Davidson Orange

📋 copy color: '#D72406'

red 215 ◦ green 36 ◦ blue 6

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

Shades of Harley Davidson Orange #D72406

Tints of Harley Davidson Orange #D72406

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.01%

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

R = 83.66%
G = 14.01%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D72406 (or 0xD72406) is known color: Harley Davidson Orange. HEX triplet: D7, 24 and 06. RGB value is (215,36,6). Sum of RGB (Red+Green+Blue) = 215+36+6=257 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.66% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 215 - color contains mainly: red. Hex color #D72406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72406 is #28DBF9. Grayscale: #565656. Windows color (decimal): -2677754 or 402647. OLE color: 402647.

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

Color convert

RGB 215 36 6 -
CMYK 0 0.83 0.97 0.16
HSL 8.61º 0.95% 0.43% -
HSV(B) 8.61º 0.97% 0.84% -
XYZ 28.69 15.72 1.69 -
YUV 86.1 82.8 219.94 -
System Red Green Blue C M Y K H S L
Decimal 215 36 6 0 0.83 0.97 0.16 8.61 0.95 0.43
Hex D7 24 6 0 53 61 10 9 5F 2B
Octal 327 44 6 0 123 141 20 11 137 53
Binary 11010111 100100 110 0 1010011 1100001 10000 1001 1011111 101011

Color Harmonies of #D72406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72406

Black with #D72406

Text Example


Text Example

White with #D72406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72406; }

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

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

background-color css

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

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

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

border-color css

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

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

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