Html Css Color HEX #D72E14 Harley Davidson Orange

📋 copy color: '#D72E14'

red 215 ◦ green 46 ◦ blue 20

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

Shades of Harley Davidson Orange #D72E14

Tints of Harley Davidson Orange #D72E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.37%

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 76.51%
G = 16.37%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D72E14 (or 0xD72E14) is known color: Harley Davidson Orange. HEX triplet: D7, 2E and 14. RGB value is (215,46,20). Sum of RGB (Red+Green+Blue) = 215+46+20=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72E14 is #28D1EB. Grayscale: #5D5D5D. Windows color (decimal): -2675180 or 1322711. OLE color: 1322711.

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

Color convert

RGB 215 46 20 -
CMYK 0 0.79 0.91 0.16
HSL 0.83% 0.46% -
HSV(B) 0.91% 0.84% -
XYZ 29.13 16.45 2.3 -
YUV 93.57 86.49 214.61 -
System Red Green Blue C M Y K H S L
Decimal 215 46 20 0 0.79 0.91 0.16 8 0.83 0.46
Hex D7 2E 14 0 4F 5B 10 8 53 2E
Octal 327 56 24 0 117 133 20 10 123 56
Binary 11010111 101110 10100 0 1001111 1011011 10000 1000 1010011 101110

Color Harmonies of #D72E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E14

Black with #D72E14

Text Example


Text Example

White with #D72E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E14; }

 p { color: rgb(215,46,20); }

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

background-color css

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

 a { background-color: rgb(215,46,20); }

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

border-color css

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

 span { border-color: rgb(215,46,20); }

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