Html Css Color HEX #D13013 Harley Davidson Orange

📋 copy color: '#D13013'

red 209 ◦ green 48 ◦ blue 19

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

Shades of Harley Davidson Orange #D13013

Tints of Harley Davidson Orange #D13013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.88%

R = 75.72%
G = 17.39%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D13013 (or 0xD13013) is known color: Harley Davidson Orange. HEX triplet: D1, 30 and 13. RGB value is (209,48,19). Sum of RGB (Red+Green+Blue) = 209+48+19=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D13013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13013 is #2ECFEC. Grayscale: #5D5D5D. Windows color (decimal): -3067885 or 1257681. OLE color: 1257681.

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

Color convert

RGB 209 48 19 -
CMYK 0 0.77 0.91 0.18
HSL 9.16º 0.83% 0.45% -
HSV(B) 9.16º 0.91% 0.82% -
XYZ 27.47 15.72 2.2 -
YUV 92.83 86.34 210.86 -
System Red Green Blue C M Y K H S L
Decimal 209 48 19 0 0.77 0.91 0.18 9.16 0.83 0.45
Hex D1 30 13 0 4D 5B 12 9 53 2D
Octal 321 60 23 0 115 133 22 11 123 55
Binary 11010001 110000 10011 0 1001101 1011011 10010 1001 1010011 101101

Color Harmonies of #D13013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13013

Black with #D13013

Text Example


Text Example

White with #D13013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13013; }

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

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

background-color css

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

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

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

border-color css

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

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

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