Html Css Color HEX #D53900 Harley Davidson Orange

📋 copy color: '#D53900'

red 213 ◦ green 57 ◦ blue 0

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

Shades of Harley Davidson Orange #D53900

Tints of Harley Davidson Orange #D53900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.11%

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

R = 78.89%
G = 21.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D53900 (or 0xD53900) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 00. RGB value is (213,57,0). Sum of RGB (Red+Green+Blue) = 213+57+0=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D53900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53900 is #2AC6FF. Grayscale: #616161. Windows color (decimal): -2803456 or 14805. OLE color: 14805.

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

Color convert

RGB 213 57 0 -
CMYK 0 0.73 1 0.16
HSL 16.06º 1% 0.42% -
HSV(B) 16.06º 1% 0.84% -
XYZ 28.9 17.07 1.77 -
YUV 97.15 73.18 210.63 -
System Red Green Blue C M Y K H S L
Decimal 213 57 0 0 0.73 1 0.16 16.06 1 0.42
Hex D5 39 0 0 49 64 10 10 64 2A
Octal 325 71 0 0 111 144 20 20 144 52
Binary 11010101 111001 0 0 1001001 1100100 10000 10000 1100100 101010

Color Harmonies of #D53900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53900

Black with #D53900

Text Example


Text Example

White with #D53900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53900; }

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

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

background-color css

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

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

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

border-color css

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

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

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