Html Css Color HEX #D53100 Harley Davidson Orange

📋 copy color: '#D53100'

red 213 ◦ green 49 ◦ blue 0

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

Shades of Harley Davidson Orange #D53100

Tints of Harley Davidson Orange #D53100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.3%
G = 18.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D53100 (or 0xD53100) is known color: Harley Davidson Orange. HEX triplet: D5, 31 and 00. RGB value is (213,49,0). Sum of RGB (Red+Green+Blue) = 213+49+0=262 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.30% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 213 - color contains mainly: red. Hex color #D53100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53100 is #2ACEFF. Grayscale: #5C5C5C. Windows color (decimal): -2805504 or 12757. OLE color: 12757.

HSL color Cylindrical-coordinate representation of color #D53100: hue angle of 13.8º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D53100 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 49 0 -
CMYK 0 0.77 1 0.16
HSL 13.8º 1% 0.42% -
HSV(B) 13.8º 1% 0.84% -
XYZ 28.54 16.34 1.65 -
YUV 92.45 75.83 213.98 -
System Red Green Blue C M Y K H S L
Decimal 213 49 0 0 0.77 1 0.16 13.8 1 0.42
Hex D5 31 0 0 4D 64 10 E 64 2A
Octal 325 61 0 0 115 144 20 16 144 52
Binary 11010101 110001 0 0 1001101 1100100 10000 1110 1100100 101010

Color Harmonies of #D53100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53100

Black with #D53100

Text Example


Text Example

White with #D53100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53100; }

 p { color: rgb(213,49,0); }

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

background-color css

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

 a { background-color: rgb(213,49,0); }

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

border-color css

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

 span { border-color: rgb(213,49,0); }

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