Html Css Color HEX #D13314 Harley Davidson Orange

📋 copy color: '#D13314'

red 209 ◦ green 51 ◦ blue 20

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

Shades of Harley Davidson Orange #D13314

Tints of Harley Davidson Orange #D13314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.21%

 BLUE value IS 20 (8.2% from 255) = 7.14%

R = 74.64%
G = 18.21%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D13314 (or 0xD13314) is known color: Harley Davidson Orange. HEX triplet: D1, 33 and 14. RGB value is (209,51,20). Sum of RGB (Red+Green+Blue) = 209+51+20=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D13314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13314 is #2ECCEB. Grayscale: #5E5E5E. Windows color (decimal): -3067116 or 1323985. OLE color: 1323985.

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

Color convert

RGB 209 51 20 -
CMYK 0 0.76 0.90 0.18
HSL 9.84º 0.83% 0.45% -
HSV(B) 9.84º 0.9% 0.82% -
XYZ 27.6 15.97 2.29 -
YUV 94.71 85.85 209.52 -
System Red Green Blue C M Y K H S L
Decimal 209 51 20 0 0.76 0.90 0.18 9.84 0.83 0.45
Hex D1 33 14 0 4C 5A 12 A 53 2D
Octal 321 63 24 0 114 132 22 12 123 55
Binary 11010001 110011 10100 0 1001100 1011010 10010 1010 1010011 101101

Color Harmonies of #D13314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13314

Black with #D13314

Text Example


Text Example

White with #D13314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13314; }

 p { color: rgb(209,51,20); }

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

background-color css

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

 a { background-color: rgb(209,51,20); }

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

border-color css

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

 span { border-color: rgb(209,51,20); }

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