Html Css Color HEX #D53310 Harley Davidson Orange

📋 copy color: '#D53310'

red 213 ◦ green 51 ◦ blue 16

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

Shades of Harley Davidson Orange #D53310

Tints of Harley Davidson Orange #D53310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.21%

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

R = 76.07%
G = 18.21%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D53310 (or 0xD53310) is known color: Harley Davidson Orange. HEX triplet: D5, 33 and 10. RGB value is (213,51,16). Sum of RGB (Red+Green+Blue) = 213+51+16=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D53310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53310 is #2ACCEF. Grayscale: #5F5F5F. Windows color (decimal): -2804976 or 1061845. OLE color: 1061845.

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

Color convert

RGB 213 51 16 -
CMYK 0 0.76 0.92 0.16
HSL 10.66º 0.86% 0.45% -
HSV(B) 10.66º 0.92% 0.84% -
XYZ 28.72 16.55 2.17 -
YUV 95.45 83.17 211.85 -
System Red Green Blue C M Y K H S L
Decimal 213 51 16 0 0.76 0.92 0.16 10.66 0.86 0.45
Hex D5 33 10 0 4C 5C 10 B 56 2D
Octal 325 63 20 0 114 134 20 13 126 55
Binary 11010101 110011 10000 0 1001100 1011100 10000 1011 1010110 101101

Color Harmonies of #D53310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53310

Black with #D53310

Text Example


Text Example

White with #D53310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53310; }

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

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

background-color css

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

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

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

border-color css

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

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

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