Html Css Color HEX #D72800 Harley Davidson Orange

📋 copy color: '#D72800'

red 215 ◦ green 40 ◦ blue 0

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

Shades of Harley Davidson Orange #D72800

Tints of Harley Davidson Orange #D72800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.69%

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

R = 84.31%
G = 15.69%
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

#D72800 (or 0xD72800) is known color: Harley Davidson Orange. HEX triplet: D7, 28 and 00. RGB value is (215,40,0). Sum of RGB (Red+Green+Blue) = 215+40+0=255 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.31% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 215 - color contains mainly: red. Hex color #D72800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72800 is #28D7FF. Grayscale: #585858. Windows color (decimal): -2676736 or 10455. OLE color: 10455.

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

Color convert

RGB 215 40 0 -
CMYK 0 0.81 1 0.16
HSL 11.16º 1% 0.42% -
HSV(B) 11.16º 1% 0.84% -
XYZ 28.78 15.96 1.56 -
YUV 87.77 78.48 218.75 -
System Red Green Blue C M Y K H S L
Decimal 215 40 0 0 0.81 1 0.16 11.16 1 0.42
Hex D7 28 0 0 51 64 10 B 64 2A
Octal 327 50 0 0 121 144 20 13 144 52
Binary 11010111 101000 0 0 1010001 1100100 10000 1011 1100100 101010

Color Harmonies of #D72800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72800

Black with #D72800

Text Example


Text Example

White with #D72800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72800; }

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

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

background-color css

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

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

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

border-color css

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

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

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