Html Css Color HEX #D72A1A Harley Davidson Orange

📋 copy color: '#D72A1A'

red 215 ◦ green 42 ◦ blue 26

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

Shades of Harley Davidson Orange #D72A1A

Tints of Harley Davidson Orange #D72A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.19%

R = 75.97%
G = 14.84%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D72A1A (or 0xD72A1A) is known color: Harley Davidson Orange. HEX triplet: D7, 2A and 1A. RGB value is (215,42,26). Sum of RGB (Red+Green+Blue) = 215+42+26=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72A1A is #28D5E5. Grayscale: #5C5C5C. Windows color (decimal): -2676198 or 1714903. OLE color: 1714903.

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

Color convert

RGB 215 42 26 -
CMYK 0 0.80 0.88 0.16
HSL 5.08º 0.78% 0.47% -
HSV(B) 5.08º 0.88% 0.84% -
XYZ 29.04 16.18 2.57 -
YUV 91.9 90.81 215.8 -
System Red Green Blue C M Y K H S L
Decimal 215 42 26 0 0.80 0.88 0.16 5.08 0.78 0.47
Hex D7 2A 1A 0 50 58 10 5 4E 2F
Octal 327 52 32 0 120 130 20 5 116 57
Binary 11010111 101010 11010 0 1010000 1011000 10000 101 1001110 101111

Color Harmonies of #D72A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A1A

Black with #D72A1A

Text Example


Text Example

White with #D72A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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