Html Css Color HEX #D53319 Harley Davidson Orange

📋 copy color: '#D53319'

red 213 ◦ green 51 ◦ blue 25

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

Shades of Harley Davidson Orange #D53319

Tints of Harley Davidson Orange #D53319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 73.7%
G = 17.65%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D53319 (or 0xD53319) is known color: Harley Davidson Orange. HEX triplet: D5, 33 and 19. RGB value is (213,51,25). Sum of RGB (Red+Green+Blue) = 213+51+25=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D53319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53319 is #2ACCE6. Grayscale: #606060. Windows color (decimal): -2804967 or 1651669. OLE color: 1651669.

HSL color Cylindrical-coordinate representation of color #D53319: hue angle of 8.3º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D53319 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 51 25 -
CMYK 0 0.76 0.88 0.16
HSL 8.3º 0.79% 0.47% -
HSV(B) 8.3º 0.88% 0.84% -
XYZ 28.8 16.58 2.6 -
YUV 96.47 87.67 211.11 -
System Red Green Blue C M Y K H S L
Decimal 213 51 25 0 0.76 0.88 0.16 8.3 0.79 0.47
Hex D5 33 19 0 4C 58 10 8 4F 2F
Octal 325 63 31 0 114 130 20 10 117 57
Binary 11010101 110011 11001 0 1001100 1011000 10000 1000 1001111 101111

Color Harmonies of #D53319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53319

Black with #D53319

Text Example


Text Example

White with #D53319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53319; }

 p { color: rgb(213,51,25); }

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

background-color css

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

 a { background-color: rgb(213,51,25); }

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

border-color css

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

 span { border-color: rgb(213,51,25); }

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