Html Css Color HEX #D54819 Harley Davidson Orange

📋 copy color: '#D54819'

red 213 ◦ green 72 ◦ blue 25

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

Shades of Harley Davidson Orange #D54819

Tints of Harley Davidson Orange #D54819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

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

R = 68.71%
G = 23.23%
B = 8.06%

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

#D54819 (or 0xD54819) is known color: Harley Davidson Orange. HEX triplet: D5, 48 and 19. RGB value is (213,72,25). Sum of RGB (Red+Green+Blue) = 213+72+25=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D54819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54819 is #2AB7E6. Grayscale: #6D6D6D. Windows color (decimal): -2799591 or 1657045. OLE color: 1657045.

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

Color convert

RGB 213 72 25 -
CMYK 0 0.66 0.88 0.16
HSL 15º 0.79% 0.47% -
HSV(B) 15º 0.88% 0.84% -
XYZ 29.93 18.85 2.98 -
YUV 108.8 80.71 202.32 -
System Red Green Blue C M Y K H S L
Decimal 213 72 25 0 0.66 0.88 0.16 15 0.79 0.47
Hex D5 48 19 0 42 58 10 F 4F 2F
Octal 325 110 31 0 102 130 20 17 117 57
Binary 11010101 1001000 11001 0 1000010 1011000 10000 1111 1001111 101111

Color Harmonies of #D54819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54819

Black with #D54819

Text Example


Text Example

White with #D54819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54819; }

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

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

background-color css

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

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

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

border-color css

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

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

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