Html Css Color HEX #D53514 Harley Davidson Orange

📋 copy color: '#D53514'

red 213 ◦ green 53 ◦ blue 20

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

Shades of Harley Davidson Orange #D53514

Tints of Harley Davidson Orange #D53514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.53%

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

R = 74.48%
G = 18.53%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D53514 (or 0xD53514) is known color: Harley Davidson Orange. HEX triplet: D5, 35 and 14. RGB value is (213,53,20). Sum of RGB (Red+Green+Blue) = 213+53+20=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D53514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53514 is #2ACAEB. Grayscale: #616161. Windows color (decimal): -2804460 or 1324501. OLE color: 1324501.

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

Color convert

RGB 213 53 20 -
CMYK 0 0.75 0.91 0.16
HSL 10.26º 0.83% 0.46% -
HSV(B) 10.26º 0.91% 0.84% -
XYZ 28.84 16.74 2.37 -
YUV 97.08 84.51 210.68 -
System Red Green Blue C M Y K H S L
Decimal 213 53 20 0 0.75 0.91 0.16 10.26 0.83 0.46
Hex D5 35 14 0 4B 5B 10 A 53 2E
Octal 325 65 24 0 113 133 20 12 123 56
Binary 11010101 110101 10100 0 1001011 1011011 10000 1010 1010011 101110

Color Harmonies of #D53514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53514

Black with #D53514

Text Example


Text Example

White with #D53514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53514; }

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

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

background-color css

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

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

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

border-color css

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

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

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