Html Css Color HEX #D13015 Harley Davidson Orange

📋 copy color: '#D13015'

red 209 ◦ green 48 ◦ blue 21

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

Shades of Harley Davidson Orange #D13015

Tints of Harley Davidson Orange #D13015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

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

R = 75.18%
G = 17.27%
B = 7.55%

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

#D13015 (or 0xD13015) is known color: Harley Davidson Orange. HEX triplet: D1, 30 and 15. RGB value is (209,48,21). Sum of RGB (Red+Green+Blue) = 209+48+21=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D13015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13015 is #2ECFEA. Grayscale: #5D5D5D. Windows color (decimal): -3067883 or 1388753. OLE color: 1388753.

HSL color Cylindrical-coordinate representation of color #D13015: hue angle of 8.62º 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 #D13015 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 21 -
CMYK 0 0.77 0.90 0.18
HSL 8.62º 0.82% 0.45% -
HSV(B) 8.62º 0.9% 0.82% -
XYZ 27.49 15.72 2.3 -
YUV 93.06 87.34 210.7 -
System Red Green Blue C M Y K H S L
Decimal 209 48 21 0 0.77 0.90 0.18 8.62 0.82 0.45
Hex D1 30 15 0 4D 5A 12 9 52 2D
Octal 321 60 25 0 115 132 22 11 122 55
Binary 11010001 110000 10101 0 1001101 1011010 10010 1001 1010010 101101

Color Harmonies of #D13015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13015

Black with #D13015

Text Example


Text Example

White with #D13015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13015; }

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

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

background-color css

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

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

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

border-color css

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

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

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