Html Css Color HEX #D72900 Harley Davidson Orange

📋 copy color: '#D72900'

red 215 ◦ green 41 ◦ blue 0

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

Shades of Harley Davidson Orange #D72900

Tints of Harley Davidson Orange #D72900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.02%

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

R = 83.98%
G = 16.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D72900 (or 0xD72900) is known color: Harley Davidson Orange. HEX triplet: D7, 29 and 00. RGB value is (215,41,0). Sum of RGB (Red+Green+Blue) = 215+41+0=256 (33% of max value = 765). Red value is 215 (84.38% from 255 or 83.98% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 215 - color contains mainly: red. Hex color #D72900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72900 is #28D6FF. Grayscale: #585858. Windows color (decimal): -2676480 or 10711. OLE color: 10711.

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

Color convert

RGB 215 41 0 -
CMYK 0 0.81 1 0.16
HSL 11.44º 1% 0.42% -
HSV(B) 11.44º 1% 0.84% -
XYZ 28.82 16.03 1.58 -
YUV 88.35 78.15 218.33 -
System Red Green Blue C M Y K H S L
Decimal 215 41 0 0 0.81 1 0.16 11.44 1 0.42
Hex D7 29 0 0 51 64 10 B 64 2A
Octal 327 51 0 0 121 144 20 13 144 52
Binary 11010111 101001 0 0 1010001 1100100 10000 1011 1100100 101010

Color Harmonies of #D72900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72900

Black with #D72900

Text Example


Text Example

White with #D72900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72900; }

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

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

background-color css

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

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

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

border-color css

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

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

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