Html Css Color HEX #D53919 Harley Davidson Orange

📋 copy color: '#D53919'

red 213 ◦ green 57 ◦ blue 25

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

Shades of Harley Davidson Orange #D53919

Tints of Harley Davidson Orange #D53919

RGB

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

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

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

R = 72.2%
G = 19.32%
B = 8.47%

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

#D53919 (or 0xD53919) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 19. RGB value is (213,57,25). Sum of RGB (Red+Green+Blue) = 213+57+25=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D53919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53919 is #2AC6E6. Grayscale: #646464. Windows color (decimal): -2803431 or 1653205. OLE color: 1653205.

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

Color convert

RGB 213 57 25 -
CMYK 0 0.73 0.88 0.16
HSL 10.21º 0.79% 0.47% -
HSV(B) 10.21º 0.88% 0.84% -
XYZ 29.08 17.14 2.7 -
YUV 100 85.68 208.6 -
System Red Green Blue C M Y K H S L
Decimal 213 57 25 0 0.73 0.88 0.16 10.21 0.79 0.47
Hex D5 39 19 0 49 58 10 A 4F 2F
Octal 325 71 31 0 111 130 20 12 117 57
Binary 11010101 111001 11001 0 1001001 1011000 10000 1010 1001111 101111

Color Harmonies of #D53919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53919

Black with #D53919

Text Example


Text Example

White with #D53919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53919; }

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

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

background-color css

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

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

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

border-color css

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

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

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