Html Css Color HEX #D53913 Harley Davidson Orange

📋 copy color: '#D53913'

red 213 ◦ green 57 ◦ blue 19

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

Shades of Harley Davidson Orange #D53913

Tints of Harley Davidson Orange #D53913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.57%

R = 73.7%
G = 19.72%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D53913 (or 0xD53913) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 13. RGB value is (213,57,19). Sum of RGB (Red+Green+Blue) = 213+57+19=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D53913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53913 is #2AC6EC. Grayscale: #636363. Windows color (decimal): -2803437 or 1259989. OLE color: 1259989.

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

Color convert

RGB 213 57 19 -
CMYK 0 0.73 0.91 0.16
HSL 11.75º 0.84% 0.45% -
HSV(B) 11.75º 0.91% 0.84% -
XYZ 29.02 17.12 2.39 -
YUV 99.31 82.68 209.09 -
System Red Green Blue C M Y K H S L
Decimal 213 57 19 0 0.73 0.91 0.16 11.75 0.84 0.45
Hex D5 39 13 0 49 5B 10 C 54 2D
Octal 325 71 23 0 111 133 20 14 124 55
Binary 11010101 111001 10011 0 1001001 1011011 10000 1100 1010100 101101

Color Harmonies of #D53913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53913

Black with #D53913

Text Example


Text Example

White with #D53913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53913; }

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

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

background-color css

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

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

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

border-color css

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

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

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