Html Css Color HEX #D14013 Harley Davidson Orange

📋 copy color: '#D14013'

red 209 ◦ green 64 ◦ blue 19

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

Shades of Harley Davidson Orange #D14013

Tints of Harley Davidson Orange #D14013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.92%

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

R = 71.58%
G = 21.92%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D14013 (or 0xD14013) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 13. RGB value is (209,64,19). Sum of RGB (Red+Green+Blue) = 209+64+19=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D14013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14013 is #2EBFEC. Grayscale: #666666. Windows color (decimal): -3063789 or 1261777. OLE color: 1261777.

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

Color convert

RGB 209 64 19 -
CMYK 0 0.69 0.91 0.18
HSL 14.21º 0.83% 0.45% -
HSV(B) 14.21º 0.91% 0.82% -
XYZ 28.25 17.27 2.46 -
YUV 102.23 81.04 204.16 -
System Red Green Blue C M Y K H S L
Decimal 209 64 19 0 0.69 0.91 0.18 14.21 0.83 0.45
Hex D1 40 13 0 45 5B 12 E 53 2D
Octal 321 100 23 0 105 133 22 16 123 55
Binary 11010001 1000000 10011 0 1000101 1011011 10010 1110 1010011 101101

Color Harmonies of #D14013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14013

Black with #D14013

Text Example


Text Example

White with #D14013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14013; }

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

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

background-color css

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

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

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

border-color css

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

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

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