Html Css Color HEX #D73121 Harley Davidson Orange

📋 copy color: '#D73121'

red 215 ◦ green 49 ◦ blue 33

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

Shades of Harley Davidson Orange #D73121

Tints of Harley Davidson Orange #D73121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.5%

 BLUE value IS 33 (13.28% from 255) = 11.11%

R = 72.39%
G = 16.5%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D73121 (or 0xD73121) is known color: Harley Davidson Orange. HEX triplet: D7, 31 and 21. RGB value is (215,49,33). Sum of RGB (Red+Green+Blue) = 215+49+33=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D73121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73121 is #28CEDE. Grayscale: #616161. Windows color (decimal): -2674399 or 2175447. OLE color: 2175447.

HSL color Cylindrical-coordinate representation of color #D73121: hue angle of 5.27º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D73121 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 49 33 -
CMYK 0 0.77 0.85 0.16
HSL 5.27º 0.73% 0.49% -
HSV(B) 5.27º 0.85% 0.84% -
XYZ 29.4 16.75 3.12 -
YUV 96.81 92 212.3 -
System Red Green Blue C M Y K H S L
Decimal 215 49 33 0 0.77 0.85 0.16 5.27 0.73 0.49
Hex D7 31 21 0 4D 55 10 5 49 31
Octal 327 61 41 0 115 125 20 5 111 61
Binary 11010111 110001 100001 0 1001101 1010101 10000 101 1001001 110001

Color Harmonies of #D73121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73121

Black with #D73121

Text Example


Text Example

White with #D73121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73121; }

 p { color: rgb(215,49,33); }

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

background-color css

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

 a { background-color: rgb(215,49,33); }

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

border-color css

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

 span { border-color: rgb(215,49,33); }

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