Html Css Color HEX #D13010 Harley Davidson Orange

📋 copy color: '#D13010'

red 209 ◦ green 48 ◦ blue 16

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

Shades of Harley Davidson Orange #D13010

Tints of Harley Davidson Orange #D13010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 76.56%
G = 17.58%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D13010 (or 0xD13010) is known color: Harley Davidson Orange. HEX triplet: D1, 30 and 10. RGB value is (209,48,16). Sum of RGB (Red+Green+Blue) = 209+48+16=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D13010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13010 is #2ECFEF. Grayscale: #5C5C5C. Windows color (decimal): -3067888 or 1061073. OLE color: 1061073.

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

Color convert

RGB 209 48 16 -
CMYK 0 0.77 0.92 0.18
HSL 9.95º 0.86% 0.44% -
HSV(B) 9.95º 0.92% 0.82% -
XYZ 27.44 15.71 2.08 -
YUV 92.49 84.84 211.1 -
System Red Green Blue C M Y K H S L
Decimal 209 48 16 0 0.77 0.92 0.18 9.95 0.86 0.44
Hex D1 30 10 0 4D 5C 12 A 56 2C
Octal 321 60 20 0 115 134 22 12 126 54
Binary 11010001 110000 10000 0 1001101 1011100 10010 1010 1010110 101100

Color Harmonies of #D13010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13010

Black with #D13010

Text Example


Text Example

White with #D13010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13010; }

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

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

background-color css

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

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

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

border-color css

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

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

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