Html Css Color HEX #D53714 Harley Davidson Orange

📋 copy color: '#D53714'

red 213 ◦ green 55 ◦ blue 20

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

Shades of Harley Davidson Orange #D53714

Tints of Harley Davidson Orange #D53714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.1%

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

R = 73.96%
G = 19.1%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D53714 (or 0xD53714) is known color: Harley Davidson Orange. HEX triplet: D5, 37 and 14. RGB value is (213,55,20). Sum of RGB (Red+Green+Blue) = 213+55+20=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D53714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53714 is #2AC8EB. Grayscale: #626262. Windows color (decimal): -2803948 or 1325013. OLE color: 1325013.

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

Color convert

RGB 213 55 20 -
CMYK 0 0.74 0.91 0.16
HSL 10.88º 0.83% 0.46% -
HSV(B) 10.88º 0.91% 0.84% -
XYZ 28.93 16.93 2.4 -
YUV 98.25 83.85 209.85 -
System Red Green Blue C M Y K H S L
Decimal 213 55 20 0 0.74 0.91 0.16 10.88 0.83 0.46
Hex D5 37 14 0 4A 5B 10 B 53 2E
Octal 325 67 24 0 112 133 20 13 123 56
Binary 11010101 110111 10100 0 1001010 1011011 10000 1011 1010011 101110

Color Harmonies of #D53714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53714

Black with #D53714

Text Example


Text Example

White with #D53714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53714; }

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

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

background-color css

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

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

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

border-color css

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

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

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