Html Css Color HEX #D13113 Harley Davidson Orange

📋 copy color: '#D13113'

red 209 ◦ green 49 ◦ blue 19

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

Shades of Harley Davidson Orange #D13113

Tints of Harley Davidson Orange #D13113

RGB

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

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

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

R = 75.45%
G = 17.69%
B = 6.86%

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

#D13113 (or 0xD13113) is known color: Harley Davidson Orange. HEX triplet: D1, 31 and 13. RGB value is (209,49,19). Sum of RGB (Red+Green+Blue) = 209+49+19=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D13113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13113 is #2ECEEC. Grayscale: #5D5D5D. Windows color (decimal): -3067629 or 1257937. OLE color: 1257937.

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

Color convert

RGB 209 49 19 -
CMYK 0 0.77 0.91 0.18
HSL 9.47º 0.83% 0.45% -
HSV(B) 9.47º 0.91% 0.82% -
XYZ 27.51 15.8 2.22 -
YUV 93.42 86.01 210.44 -
System Red Green Blue C M Y K H S L
Decimal 209 49 19 0 0.77 0.91 0.18 9.47 0.83 0.45
Hex D1 31 13 0 4D 5B 12 9 53 2D
Octal 321 61 23 0 115 133 22 11 123 55
Binary 11010001 110001 10011 0 1001101 1011011 10010 1001 1010011 101101

Color Harmonies of #D13113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13113

Black with #D13113

Text Example


Text Example

White with #D13113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13113; }

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

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

background-color css

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

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

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

border-color css

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

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

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