Html Css Color HEX #D54714 Harley Davidson Orange

📋 copy color: '#D54714'

red 213 ◦ green 71 ◦ blue 20

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

Shades of Harley Davidson Orange #D54714

Tints of Harley Davidson Orange #D54714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.36%

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

R = 70.07%
G = 23.36%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D54714 (or 0xD54714) is known color: Harley Davidson Orange. HEX triplet: D5, 47 and 14. RGB value is (213,71,20). Sum of RGB (Red+Green+Blue) = 213+71+20=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D54714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54714 is #2AB8EB. Grayscale: #6B6B6B. Windows color (decimal): -2799852 or 1329109. OLE color: 1329109.

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

Color convert

RGB 213 71 20 -
CMYK 0 0.67 0.91 0.16
HSL 15.85º 0.83% 0.46% -
HSV(B) 15.85º 0.91% 0.84% -
XYZ 29.82 18.7 2.7 -
YUV 107.64 78.54 203.15 -
System Red Green Blue C M Y K H S L
Decimal 213 71 20 0 0.67 0.91 0.16 15.85 0.83 0.46
Hex D5 47 14 0 43 5B 10 10 53 2E
Octal 325 107 24 0 103 133 20 20 123 56
Binary 11010101 1000111 10100 0 1000011 1011011 10000 10000 1010011 101110

Color Harmonies of #D54714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54714

Black with #D54714

Text Example


Text Example

White with #D54714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54714; }

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

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

background-color css

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

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

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

border-color css

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

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

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