Html Css Color HEX #D53A19 Harley Davidson Orange

📋 copy color: '#D53A19'

red 213 ◦ green 58 ◦ blue 25

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

Shades of Harley Davidson Orange #D53A19

Tints of Harley Davidson Orange #D53A19

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.59%

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

R = 71.96%
G = 19.59%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D53A19 (or 0xD53A19) is known color: Harley Davidson Orange. HEX triplet: D5, 3A and 19. RGB value is (213,58,25). Sum of RGB (Red+Green+Blue) = 213+58+25=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53A19 is #2AC5E6. Grayscale: #646464. Windows color (decimal): -2803175 or 1653461. OLE color: 1653461.

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

Color convert

RGB 213 58 25 -
CMYK 0 0.73 0.88 0.16
HSL 10.53º 0.79% 0.47% -
HSV(B) 10.53º 0.88% 0.84% -
XYZ 29.13 17.24 2.71 -
YUV 100.58 85.35 208.18 -
System Red Green Blue C M Y K H S L
Decimal 213 58 25 0 0.73 0.88 0.16 10.53 0.79 0.47
Hex D5 3A 19 0 49 58 10 B 4F 2F
Octal 325 72 31 0 111 130 20 13 117 57
Binary 11010101 111010 11001 0 1001001 1011000 10000 1011 1001111 101111

Color Harmonies of #D53A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53A19

Black with #D53A19

Text Example


Text Example

White with #D53A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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