Html Css Color HEX #D14814 Harley Davidson Orange

📋 copy color: '#D14814'

red 209 ◦ green 72 ◦ blue 20

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

Shades of Harley Davidson Orange #D14814

Tints of Harley Davidson Orange #D14814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

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

R = 69.44%
G = 23.92%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D14814 (or 0xD14814) is known color: Harley Davidson Orange. HEX triplet: D1, 48 and 14. RGB value is (209,72,20). Sum of RGB (Red+Green+Blue) = 209+72+20=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D14814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14814 is #2EB7EB. Grayscale: #6B6B6B. Windows color (decimal): -3061740 or 1329361. OLE color: 1329361.

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

Color convert

RGB 209 72 20 -
CMYK 0 0.66 0.90 0.18
HSL 16.51º 0.83% 0.45% -
HSV(B) 16.51º 0.9% 0.82% -
XYZ 28.74 18.24 2.67 -
YUV 107.04 78.89 200.73 -
System Red Green Blue C M Y K H S L
Decimal 209 72 20 0 0.66 0.90 0.18 16.51 0.83 0.45
Hex D1 48 14 0 42 5A 12 11 53 2D
Octal 321 110 24 0 102 132 22 21 123 55
Binary 11010001 1001000 10100 0 1000010 1011010 10010 10001 1010011 101101

Color Harmonies of #D14814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14814

Black with #D14814

Text Example


Text Example

White with #D14814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14814; }

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

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

background-color css

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

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

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

border-color css

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

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

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