Html Css Color HEX #D53115 Harley Davidson Orange

📋 copy color: '#D53115'

red 213 ◦ green 49 ◦ blue 21

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

Shades of Harley Davidson Orange #D53115

Tints of Harley Davidson Orange #D53115

RGB

 RED value IS 213 (83.59% from 255) = 75.27%

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

 BLUE value IS 21 (8.59% from 255) = 7.42%

R = 75.27%
G = 17.31%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D53115 (or 0xD53115) is known color: Harley Davidson Orange. HEX triplet: D5, 31 and 15. RGB value is (213,49,21). Sum of RGB (Red+Green+Blue) = 213+49+21=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D53115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53115 is #2ACEEA. Grayscale: #5F5F5F. Windows color (decimal): -2805483 or 1389013. OLE color: 1389013.

HSL color Cylindrical-coordinate representation of color #D53115: hue angle of 8.75º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D53115 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 49 21 -
CMYK 0 0.77 0.90 0.16
HSL 8.75º 0.82% 0.46% -
HSV(B) 8.75º 0.9% 0.84% -
XYZ 28.67 16.4 2.36 -
YUV 94.84 86.33 212.28 -
System Red Green Blue C M Y K H S L
Decimal 213 49 21 0 0.77 0.90 0.16 8.75 0.82 0.46
Hex D5 31 15 0 4D 5A 10 9 52 2E
Octal 325 61 25 0 115 132 20 11 122 56
Binary 11010101 110001 10101 0 1001101 1011010 10000 1001 1010010 101110

Color Harmonies of #D53115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53115

Black with #D53115

Text Example


Text Example

White with #D53115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53115; }

 p { color: rgb(213,49,21); }

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

background-color css

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

 a { background-color: rgb(213,49,21); }

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

border-color css

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

 span { border-color: rgb(213,49,21); }

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