Html Css Color HEX #D72500 Harley Davidson Orange

📋 copy color: '#D72500'

red 215 ◦ green 37 ◦ blue 0

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

Shades of Harley Davidson Orange #D72500

Tints of Harley Davidson Orange #D72500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.32%
G = 14.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D72500 (or 0xD72500) is known color: Harley Davidson Orange. HEX triplet: D7, 25 and 00. RGB value is (215,37,0). Sum of RGB (Red+Green+Blue) = 215+37+0=252 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.32% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 215 - color contains mainly: red. Hex color #D72500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72500 is #28DAFF. Grayscale: #565656. Windows color (decimal): -2677504 or 9687. OLE color: 9687.

HSL color Cylindrical-coordinate representation of color #D72500: hue angle of 10.33º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D72500 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 37 0 -
CMYK 0 0.83 1 0.16
HSL 10.33º 1% 0.42% -
HSV(B) 10.33º 1% 0.84% -
XYZ 28.69 15.77 1.53 -
YUV 86 79.47 220.01 -
System Red Green Blue C M Y K H S L
Decimal 215 37 0 0 0.83 1 0.16 10.33 1 0.42
Hex D7 25 0 0 53 64 10 A 64 2A
Octal 327 45 0 0 123 144 20 12 144 52
Binary 11010111 100101 0 0 1010011 1100100 10000 1010 1100100 101010

Color Harmonies of #D72500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72500

Black with #D72500

Text Example


Text Example

White with #D72500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72500; }

 p { color: rgb(215,37,0); }

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

background-color css

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

 a { background-color: rgb(215,37,0); }

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

border-color css

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

 span { border-color: rgb(215,37,0); }

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