Html Css Color HEX #D53010 Harley Davidson Orange

📋 copy color: '#D53010'

red 213 ◦ green 48 ◦ blue 16

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

Shades of Harley Davidson Orange #D53010

Tints of Harley Davidson Orange #D53010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.33%

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

R = 76.9%
G = 17.33%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D53010 (or 0xD53010) is known color: Harley Davidson Orange. HEX triplet: D5, 30 and 10. RGB value is (213,48,16). Sum of RGB (Red+Green+Blue) = 213+48+16=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D53010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53010 is #2ACFEF. Grayscale: #5D5D5D. Windows color (decimal): -2805744 or 1061077. OLE color: 1061077.

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

Color convert

RGB 213 48 16 -
CMYK 0 0.77 0.92 0.16
HSL 9.75º 0.86% 0.45% -
HSV(B) 9.75º 0.92% 0.84% -
XYZ 28.59 16.3 2.13 -
YUV 93.69 84.16 213.1 -
System Red Green Blue C M Y K H S L
Decimal 213 48 16 0 0.77 0.92 0.16 9.75 0.86 0.45
Hex D5 30 10 0 4D 5C 10 A 56 2D
Octal 325 60 20 0 115 134 20 12 126 55
Binary 11010101 110000 10000 0 1001101 1011100 10000 1010 1010110 101101

Color Harmonies of #D53010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53010

Black with #D53010

Text Example


Text Example

White with #D53010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53010; }

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

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

background-color css

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

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

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

border-color css

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

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

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