Html Css Color HEX #D72D1A Harley Davidson Orange

📋 copy color: '#D72D1A'

red 215 ◦ green 45 ◦ blue 26

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

Shades of Harley Davidson Orange #D72D1A

Tints of Harley Davidson Orange #D72D1A

RGB

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

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

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

R = 75.17%
G = 15.73%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D72D1A (or 0xD72D1A) is known color: Harley Davidson Orange. HEX triplet: D7, 2D and 1A. RGB value is (215,45,26). Sum of RGB (Red+Green+Blue) = 215+45+26=286 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.17% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72D1A is #28D2E5. Grayscale: #5D5D5D. Windows color (decimal): -2675430 or 1715671. OLE color: 1715671.

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

Color convert

RGB 215 45 26 -
CMYK 0 0.79 0.88 0.16
HSL 6.03º 0.78% 0.47% -
HSV(B) 6.03º 0.88% 0.84% -
XYZ 29.15 16.4 2.61 -
YUV 93.66 89.82 214.54 -
System Red Green Blue C M Y K H S L
Decimal 215 45 26 0 0.79 0.88 0.16 6.03 0.78 0.47
Hex D7 2D 1A 0 4F 58 10 6 4E 2F
Octal 327 55 32 0 117 130 20 6 116 57
Binary 11010111 101101 11010 0 1001111 1011000 10000 110 1001110 101111

Color Harmonies of #D72D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D1A

Black with #D72D1A

Text Example


Text Example

White with #D72D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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