Html Css Color HEX #D54914 Harley Davidson Orange

📋 copy color: '#D54914'

red 213 ◦ green 73 ◦ blue 20

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

Shades of Harley Davidson Orange #D54914

Tints of Harley Davidson Orange #D54914

RGB

 RED value IS 213 (83.59% from 255) = 69.61%

 GREEN value IS 73 (28.91% from 255) = 23.86%

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

R = 69.61%
G = 23.86%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D54914 (or 0xD54914) is known color: Harley Davidson Orange. HEX triplet: D5, 49 and 14. RGB value is (213,73,20). Sum of RGB (Red+Green+Blue) = 213+73+20=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D54914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54914 is #2AB6EB. Grayscale: #6D6D6D. Windows color (decimal): -2799340 or 1329621. OLE color: 1329621.

HSL color Cylindrical-coordinate representation of color #D54914: hue angle of 16.48º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D54914 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 20 -
CMYK 0 0.66 0.91 0.16
HSL 16.48º 0.83% 0.46% -
HSV(B) 16.48º 0.91% 0.84% -
XYZ 29.95 18.96 2.74 -
YUV 108.82 77.88 202.31 -
System Red Green Blue C M Y K H S L
Decimal 213 73 20 0 0.66 0.91 0.16 16.48 0.83 0.46
Hex D5 49 14 0 42 5B 10 10 53 2E
Octal 325 111 24 0 102 133 20 20 123 56
Binary 11010101 1001001 10100 0 1000010 1011011 10000 10000 1010011 101110

Color Harmonies of #D54914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54914

Black with #D54914

Text Example


Text Example

White with #D54914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54914; }

 p { color: rgb(213,73,20); }

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

background-color css

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

 a { background-color: rgb(213,73,20); }

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

border-color css

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

 span { border-color: rgb(213,73,20); }

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