Html Css Color HEX #D54A19 Harley Davidson Orange

📋 copy color: '#D54A19'

red 213 ◦ green 74 ◦ blue 25

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

Shades of Harley Davidson Orange #D54A19

Tints of Harley Davidson Orange #D54A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.72%

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

R = 68.27%
G = 23.72%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D54A19 (or 0xD54A19) is known color: Harley Davidson Orange. HEX triplet: D5, 4A and 19. RGB value is (213,74,25). Sum of RGB (Red+Green+Blue) = 213+74+25=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54A19 is #2AB5E6. Grayscale: #6E6E6E. Windows color (decimal): -2799079 or 1657557. OLE color: 1657557.

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

Color convert

RGB 213 74 25 -
CMYK 0 0.65 0.88 0.16
HSL 15.64º 0.79% 0.47% -
HSV(B) 15.64º 0.88% 0.84% -
XYZ 30.06 19.11 3.02 -
YUV 109.98 80.05 201.48 -
System Red Green Blue C M Y K H S L
Decimal 213 74 25 0 0.65 0.88 0.16 15.64 0.79 0.47
Hex D5 4A 19 0 41 58 10 10 4F 2F
Octal 325 112 31 0 101 130 20 20 117 57
Binary 11010101 1001010 11001 0 1000001 1011000 10000 10000 1001111 101111

Color Harmonies of #D54A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A19

Black with #D54A19

Text Example


Text Example

White with #D54A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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