Html Css Color HEX #D54519 Harley Davidson Orange

📋 copy color: '#D54519'

red 213 ◦ green 69 ◦ blue 25

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

Shades of Harley Davidson Orange #D54519

Tints of Harley Davidson Orange #D54519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.48%

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

R = 69.38%
G = 22.48%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D54519 (or 0xD54519) is known color: Harley Davidson Orange. HEX triplet: D5, 45 and 19. RGB value is (213,69,25). Sum of RGB (Red+Green+Blue) = 213+69+25=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D54519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54519 is #2ABAE6. Grayscale: #6B6B6B. Windows color (decimal): -2800359 or 1656277. OLE color: 1656277.

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

Color convert

RGB 213 69 25 -
CMYK 0 0.68 0.88 0.16
HSL 14.04º 0.79% 0.47% -
HSV(B) 14.04º 0.88% 0.84% -
XYZ 29.74 18.47 2.92 -
YUV 107.04 81.71 203.58 -
System Red Green Blue C M Y K H S L
Decimal 213 69 25 0 0.68 0.88 0.16 14.04 0.79 0.47
Hex D5 45 19 0 44 58 10 E 4F 2F
Octal 325 105 31 0 104 130 20 16 117 57
Binary 11010101 1000101 11001 0 1000100 1011000 10000 1110 1001111 101111

Color Harmonies of #D54519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54519

Black with #D54519

Text Example


Text Example

White with #D54519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54519; }

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

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

background-color css

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

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

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

border-color css

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

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

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