Html Css Color HEX #D13000 Harley Davidson Orange

📋 copy color: '#D13000'

red 209 ◦ green 48 ◦ blue 0

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

Shades of Harley Davidson Orange #D13000

Tints of Harley Davidson Orange #D13000

RGB

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

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

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

R = 81.32%
G = 18.68%
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

#D13000 (or 0xD13000) is known color: Harley Davidson Orange. HEX triplet: D1, 30 and 00. RGB value is (209,48,0). Sum of RGB (Red+Green+Blue) = 209+48+0=257 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.32% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 209 - color contains mainly: red. Hex color #D13000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13000 is #2ECFFF. Grayscale: #5B5B5B. Windows color (decimal): -3067904 or 12497. OLE color: 12497.

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

Color convert

RGB 209 48 0 -
CMYK 0 0.77 1 0.18
HSL 13.78º 1% 0.41% -
HSV(B) 13.78º 1% 0.82% -
XYZ 27.35 15.67 1.58 -
YUV 90.67 76.84 212.4 -
System Red Green Blue C M Y K H S L
Decimal 209 48 0 0 0.77 1 0.18 13.78 1 0.41
Hex D1 30 0 0 4D 64 12 E 64 29
Octal 321 60 0 0 115 144 22 16 144 51
Binary 11010001 110000 0 0 1001101 1100100 10010 1110 1100100 101001

Color Harmonies of #D13000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13000

Black with #D13000

Text Example


Text Example

White with #D13000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13000; }

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

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

background-color css

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

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

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

border-color css

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

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

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