Html Css Color HEX #D72A0E Harley Davidson Orange

📋 copy color: '#D72A0E'

red 215 ◦ green 42 ◦ blue 14

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

Shades of Harley Davidson Orange #D72A0E

Tints of Harley Davidson Orange #D72A0E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.5%

 BLUE value IS 14 (5.86% from 255) = 5.17%

R = 79.34%
G = 15.5%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D72A0E (or 0xD72A0E) is known color: Harley Davidson Orange. HEX triplet: D7, 2A and 0E. RGB value is (215,42,14). Sum of RGB (Red+Green+Blue) = 215+42+14=271 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.34% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72A0E is #28D5F1. Grayscale: #5A5A5A. Windows color (decimal): -2676210 or 928471. OLE color: 928471.

HSL color Cylindrical-coordinate representation of color #D72A0E: hue angle of 8.36º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D72A0E is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 42 14 -
CMYK 0 0.80 0.93 0.16
HSL 8.36º 0.88% 0.45% -
HSV(B) 8.36º 0.93% 0.84% -
XYZ 28.93 16.13 2 -
YUV 90.54 84.81 216.78 -
System Red Green Blue C M Y K H S L
Decimal 215 42 14 0 0.80 0.93 0.16 8.36 0.88 0.45
Hex D7 2A E 0 50 5D 10 8 58 2D
Octal 327 52 16 0 120 135 20 10 130 55
Binary 11010111 101010 1110 0 1010000 1011101 10000 1000 1011000 101101

Color Harmonies of #D72A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A0E

Black with #D72A0E

Text Example


Text Example

White with #D72A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A0E; }

 p { color: rgb(215,42,14); }

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

background-color css

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

 a { background-color: rgb(215,42,14); }

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

border-color css

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

 span { border-color: rgb(215,42,14); }

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