Html Css Color HEX #D13100 Harley Davidson Orange

📋 copy color: '#D13100'

red 209 ◦ green 49 ◦ blue 0

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

Shades of Harley Davidson Orange #D13100

Tints of Harley Davidson Orange #D13100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.01%
G = 18.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D13100 (or 0xD13100) is known color: Harley Davidson Orange. HEX triplet: D1, 31 and 00. RGB value is (209,49,0). Sum of RGB (Red+Green+Blue) = 209+49+0=258 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.01% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 209 - color contains mainly: red. Hex color #D13100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13100 is #2ECEFF. Grayscale: #5B5B5B. Windows color (decimal): -3067648 or 12753. OLE color: 12753.

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

Color convert

RGB 209 49 0 -
CMYK 0 0.77 1 0.18
HSL 14.07º 1% 0.41% -
HSV(B) 14.07º 1% 0.82% -
XYZ 27.39 15.75 1.6 -
YUV 91.25 76.51 211.98 -
System Red Green Blue C M Y K H S L
Decimal 209 49 0 0 0.77 1 0.18 14.07 1 0.41
Hex D1 31 0 0 4D 64 12 E 64 29
Octal 321 61 0 0 115 144 22 16 144 51
Binary 11010001 110001 0 0 1001101 1100100 10010 1110 1100100 101001

Color Harmonies of #D13100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13100

Black with #D13100

Text Example


Text Example

White with #D13100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13100; }

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

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

background-color css

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

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

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

border-color css

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

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

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