Html Css Color HEX #D53019 Harley Davidson Orange

📋 copy color: '#D53019'

red 213 ◦ green 48 ◦ blue 25

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

Shades of Harley Davidson Orange #D53019

Tints of Harley Davidson Orange #D53019

RGB

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

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

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

R = 74.48%
G = 16.78%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D53019 (or 0xD53019) is known color: Harley Davidson Orange. HEX triplet: D5, 30 and 19. RGB value is (213,48,25). Sum of RGB (Red+Green+Blue) = 213+48+25=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D53019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53019 is #2ACFE6. Grayscale: #5E5E5E. Windows color (decimal): -2805735 or 1650901. OLE color: 1650901.

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

Color convert

RGB 213 48 25 -
CMYK 0 0.77 0.88 0.16
HSL 7.34º 0.79% 0.47% -
HSV(B) 7.34º 0.88% 0.84% -
XYZ 28.67 16.33 2.56 -
YUV 94.71 88.66 212.37 -
System Red Green Blue C M Y K H S L
Decimal 213 48 25 0 0.77 0.88 0.16 7.34 0.79 0.47
Hex D5 30 19 0 4D 58 10 7 4F 2F
Octal 325 60 31 0 115 130 20 7 117 57
Binary 11010101 110000 11001 0 1001101 1011000 10000 111 1001111 101111

Color Harmonies of #D53019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53019

Black with #D53019

Text Example


Text Example

White with #D53019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53019; }

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

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

background-color css

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

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

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

border-color css

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

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

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