Html Css Color HEX #D54919 Harley Davidson Orange

📋 copy color: '#D54919'

red 213 ◦ green 73 ◦ blue 25

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

Shades of Harley Davidson Orange #D54919

Tints of Harley Davidson Orange #D54919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.47%

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

R = 68.49%
G = 23.47%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D54919 (or 0xD54919) is known color: Harley Davidson Orange. HEX triplet: D5, 49 and 19. RGB value is (213,73,25). Sum of RGB (Red+Green+Blue) = 213+73+25=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D54919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54919 is #2AB6E6. Grayscale: #6D6D6D. Windows color (decimal): -2799335 or 1657301. OLE color: 1657301.

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

Color convert

RGB 213 73 25 -
CMYK 0 0.66 0.88 0.16
HSL 15.32º 0.79% 0.47% -
HSV(B) 15.32º 0.88% 0.84% -
XYZ 30 18.98 3 -
YUV 109.39 80.38 201.9 -
System Red Green Blue C M Y K H S L
Decimal 213 73 25 0 0.66 0.88 0.16 15.32 0.79 0.47
Hex D5 49 19 0 42 58 10 F 4F 2F
Octal 325 111 31 0 102 130 20 17 117 57
Binary 11010101 1001001 11001 0 1000010 1011000 10000 1111 1001111 101111

Color Harmonies of #D54919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54919

Black with #D54919

Text Example


Text Example

White with #D54919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54919; }

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

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

background-color css

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

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

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

border-color css

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

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

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