Html Css Color HEX #D72D00 Harley Davidson Orange

📋 copy color: '#D72D00'

red 215 ◦ green 45 ◦ blue 0

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

Shades of Harley Davidson Orange #D72D00

Tints of Harley Davidson Orange #D72D00

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.31%

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

R = 82.69%
G = 17.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D72D00 (or 0xD72D00) is known color: Harley Davidson Orange. HEX triplet: D7, 2D and 00. RGB value is (215,45,0). Sum of RGB (Red+Green+Blue) = 215+45+0=260 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.69% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72D00 is #28D2FF. Grayscale: #5B5B5B. Windows color (decimal): -2675456 or 11735. OLE color: 11735.

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

Color convert

RGB 215 45 0 -
CMYK 0 0.79 1 0.16
HSL 12.56º 1% 0.42% -
HSV(B) 12.56º 1% 0.84% -
XYZ 28.96 16.32 1.62 -
YUV 90.7 76.82 216.66 -
System Red Green Blue C M Y K H S L
Decimal 215 45 0 0 0.79 1 0.16 12.56 1 0.42
Hex D7 2D 0 0 4F 64 10 D 64 2A
Octal 327 55 0 0 117 144 20 15 144 52
Binary 11010111 101101 0 0 1001111 1100100 10000 1101 1100100 101010

Color Harmonies of #D72D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D00

Black with #D72D00

Text Example


Text Example

White with #D72D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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