Html Css Color HEX #D13115 Harley Davidson Orange

📋 copy color: '#D13115'

red 209 ◦ green 49 ◦ blue 21

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

Shades of Harley Davidson Orange #D13115

Tints of Harley Davidson Orange #D13115

RGB

 RED value IS 209 (82.03% from 255) = 74.91%

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

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

R = 74.91%
G = 17.56%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D13115 (or 0xD13115) is known color: Harley Davidson Orange. HEX triplet: D1, 31 and 15. RGB value is (209,49,21). Sum of RGB (Red+Green+Blue) = 209+49+21=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D13115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13115 is #2ECEEA. Grayscale: #5D5D5D. Windows color (decimal): -3067627 or 1389009. OLE color: 1389009.

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

Color convert

RGB 209 49 21 -
CMYK 0 0.77 0.90 0.18
HSL 8.94º 0.82% 0.45% -
HSV(B) 8.94º 0.9% 0.82% -
XYZ 27.53 15.81 2.31 -
YUV 93.65 87.01 210.28 -
System Red Green Blue C M Y K H S L
Decimal 209 49 21 0 0.77 0.90 0.18 8.94 0.82 0.45
Hex D1 31 15 0 4D 5A 12 9 52 2D
Octal 321 61 25 0 115 132 22 11 122 55
Binary 11010001 110001 10101 0 1001101 1011010 10010 1001 1010010 101101

Color Harmonies of #D13115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13115

Black with #D13115

Text Example


Text Example

White with #D13115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13115; }

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

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

background-color css

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

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

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

border-color css

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

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

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