Html Css Color HEX #D54514 Harley Davidson Orange

📋 copy color: '#D54514'

red 213 ◦ green 69 ◦ blue 20

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

Shades of Harley Davidson Orange #D54514

Tints of Harley Davidson Orange #D54514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.85%

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

R = 70.53%
G = 22.85%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D54514 (or 0xD54514) is known color: Harley Davidson Orange. HEX triplet: D5, 45 and 14. RGB value is (213,69,20). Sum of RGB (Red+Green+Blue) = 213+69+20=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D54514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54514 is #2ABAEB. Grayscale: #6A6A6A. Windows color (decimal): -2800364 or 1328597. OLE color: 1328597.

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

Color convert

RGB 213 69 20 -
CMYK 0 0.68 0.91 0.16
HSL 15.23º 0.83% 0.46% -
HSV(B) 15.23º 0.91% 0.84% -
XYZ 29.69 18.45 2.66 -
YUV 106.47 79.21 203.98 -
System Red Green Blue C M Y K H S L
Decimal 213 69 20 0 0.68 0.91 0.16 15.23 0.83 0.46
Hex D5 45 14 0 44 5B 10 F 53 2E
Octal 325 105 24 0 104 133 20 17 123 56
Binary 11010101 1000101 10100 0 1000100 1011011 10000 1111 1010011 101110

Color Harmonies of #D54514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54514

Black with #D54514

Text Example


Text Example

White with #D54514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54514; }

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

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

background-color css

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

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

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

border-color css

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

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

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