Html Css Color HEX #D53710 Harley Davidson Orange

📋 copy color: '#D53710'

red 213 ◦ green 55 ◦ blue 16

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

Shades of Harley Davidson Orange #D53710

Tints of Harley Davidson Orange #D53710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.63%

R = 75%
G = 19.37%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D53710 (or 0xD53710) is known color: Harley Davidson Orange. HEX triplet: D5, 37 and 10. RGB value is (213,55,16). Sum of RGB (Red+Green+Blue) = 213+55+16=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D53710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53710 is #2AC8EF. Grayscale: #626262. Windows color (decimal): -2803952 or 1062869. OLE color: 1062869.

HSL color Cylindrical-coordinate representation of color #D53710: hue angle of 11.88º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D53710 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 55 16 -
CMYK 0 0.74 0.92 0.16
HSL 11.88º 0.86% 0.45% -
HSV(B) 11.88º 0.92% 0.84% -
XYZ 28.9 16.92 2.23 -
YUV 97.8 81.85 210.17 -
System Red Green Blue C M Y K H S L
Decimal 213 55 16 0 0.74 0.92 0.16 11.88 0.86 0.45
Hex D5 37 10 0 4A 5C 10 C 56 2D
Octal 325 67 20 0 112 134 20 14 126 55
Binary 11010101 110111 10000 0 1001010 1011100 10000 1100 1010110 101101

Color Harmonies of #D53710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53710

Black with #D53710

Text Example


Text Example

White with #D53710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53710; }

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

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

background-color css

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

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

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

border-color css

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

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

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