Html Css Color HEX #D14314 Harley Davidson Orange

📋 copy color: '#D14314'

red 209 ◦ green 67 ◦ blue 20

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

Shades of Harley Davidson Orange #D14314

Tints of Harley Davidson Orange #D14314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.64%

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

R = 70.61%
G = 22.64%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D14314 (or 0xD14314) is known color: Harley Davidson Orange. HEX triplet: D1, 43 and 14. RGB value is (209,67,20). Sum of RGB (Red+Green+Blue) = 209+67+20=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D14314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14314 is #2EBCEB. Grayscale: #686868. Windows color (decimal): -3063020 or 1328081. OLE color: 1328081.

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

Color convert

RGB 209 67 20 -
CMYK 0 0.68 0.90 0.18
HSL 14.92º 0.83% 0.45% -
HSV(B) 14.92º 0.9% 0.82% -
XYZ 28.43 17.62 2.56 -
YUV 104.1 80.54 202.82 -
System Red Green Blue C M Y K H S L
Decimal 209 67 20 0 0.68 0.90 0.18 14.92 0.83 0.45
Hex D1 43 14 0 44 5A 12 F 53 2D
Octal 321 103 24 0 104 132 22 17 123 55
Binary 11010001 1000011 10100 0 1000100 1011010 10010 1111 1010011 101101

Color Harmonies of #D14314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14314

Black with #D14314

Text Example


Text Example

White with #D14314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14314; }

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

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

background-color css

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

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

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

border-color css

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

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

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