Html Css Color HEX #D13814 Harley Davidson Orange

📋 copy color: '#D13814'

red 209 ◦ green 56 ◦ blue 20

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

Shades of Harley Davidson Orange #D13814

Tints of Harley Davidson Orange #D13814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.65%

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

R = 73.33%
G = 19.65%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D13814 (or 0xD13814) is known color: Harley Davidson Orange. HEX triplet: D1, 38 and 14. RGB value is (209,56,20). Sum of RGB (Red+Green+Blue) = 209+56+20=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D13814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13814 is #2EC7EB. Grayscale: #616161. Windows color (decimal): -3065836 or 1325265. OLE color: 1325265.

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

Color convert

RGB 209 56 20 -
CMYK 0 0.73 0.90 0.18
HSL 11.43º 0.83% 0.45% -
HSV(B) 11.43º 0.9% 0.82% -
XYZ 27.83 16.43 2.37 -
YUV 97.64 84.19 207.43 -
System Red Green Blue C M Y K H S L
Decimal 209 56 20 0 0.73 0.90 0.18 11.43 0.83 0.45
Hex D1 38 14 0 49 5A 12 B 53 2D
Octal 321 70 24 0 111 132 22 13 123 55
Binary 11010001 111000 10100 0 1001001 1011010 10010 1011 1010011 101101

Color Harmonies of #D13814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13814

Black with #D13814

Text Example


Text Example

White with #D13814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13814; }

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

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

background-color css

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

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

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

border-color css

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

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

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