Html Css Color HEX #D72C18 Harley Davidson Orange

📋 copy color: '#D72C18'

red 215 ◦ green 44 ◦ blue 24

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

Shades of Harley Davidson Orange #D72C18

Tints of Harley Davidson Orange #D72C18

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.55%

 BLUE value IS 24 (9.77% from 255) = 8.48%

R = 75.97%
G = 15.55%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D72C18 (or 0xD72C18) is known color: Harley Davidson Orange. HEX triplet: D7, 2C and 18. RGB value is (215,44,24). Sum of RGB (Red+Green+Blue) = 215+44+24=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72C18 is #28D3E7. Grayscale: #5D5D5D. Windows color (decimal): -2675688 or 1584343. OLE color: 1584343.

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

Color convert

RGB 215 44 24 -
CMYK 0 0.80 0.89 0.16
HSL 6.28º 0.8% 0.47% -
HSV(B) 6.28º 0.89% 0.84% -
XYZ 29.09 16.31 2.48 -
YUV 92.85 89.15 215.13 -
System Red Green Blue C M Y K H S L
Decimal 215 44 24 0 0.80 0.89 0.16 6.28 0.8 0.47
Hex D7 2C 18 0 50 59 10 6 50 2F
Octal 327 54 30 0 120 131 20 6 120 57
Binary 11010111 101100 11000 0 1010000 1011001 10000 110 1010000 101111

Color Harmonies of #D72C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C18

Black with #D72C18

Text Example


Text Example

White with #D72C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C18; }

 p { color: rgb(215,44,24); }

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

background-color css

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

 a { background-color: rgb(215,44,24); }

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

border-color css

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

 span { border-color: rgb(215,44,24); }

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