Html Css Color HEX #D53410 Harley Davidson Orange

📋 copy color: '#D53410'

red 213 ◦ green 52 ◦ blue 16

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

Shades of Harley Davidson Orange #D53410

Tints of Harley Davidson Orange #D53410

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.51%

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

R = 75.8%
G = 18.51%
B = 5.69%

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

#D53410 (or 0xD53410) is known color: Harley Davidson Orange. HEX triplet: D5, 34 and 10. RGB value is (213,52,16). Sum of RGB (Red+Green+Blue) = 213+52+16=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D53410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53410 is #2ACBEF. Grayscale: #606060. Windows color (decimal): -2804720 or 1062101. OLE color: 1062101.

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

Color convert

RGB 213 52 16 -
CMYK 0 0.76 0.92 0.16
HSL 10.96º 0.86% 0.45% -
HSV(B) 10.96º 0.92% 0.84% -
XYZ 28.76 16.64 2.19 -
YUV 96.04 82.84 211.43 -
System Red Green Blue C M Y K H S L
Decimal 213 52 16 0 0.76 0.92 0.16 10.96 0.86 0.45
Hex D5 34 10 0 4C 5C 10 B 56 2D
Octal 325 64 20 0 114 134 20 13 126 55
Binary 11010101 110100 10000 0 1001100 1011100 10000 1011 1010110 101101

Color Harmonies of #D53410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53410

Black with #D53410

Text Example


Text Example

White with #D53410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53410; }

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

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

background-color css

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

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

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

border-color css

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

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

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