Html Css Color HEX #D54219 Harley Davidson Orange

📋 copy color: '#D54219'

red 213 ◦ green 66 ◦ blue 25

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

Shades of Harley Davidson Orange #D54219

Tints of Harley Davidson Orange #D54219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

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

R = 70.07%
G = 21.71%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D54219 (or 0xD54219) is known color: Harley Davidson Orange. HEX triplet: D5, 42 and 19. RGB value is (213,66,25). Sum of RGB (Red+Green+Blue) = 213+66+25=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D54219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54219 is #2ABDE6. Grayscale: #696969. Windows color (decimal): -2801127 or 1655509. OLE color: 1655509.

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

Color convert

RGB 213 66 25 -
CMYK 0 0.69 0.88 0.16
HSL 13.09º 0.79% 0.47% -
HSV(B) 13.09º 0.88% 0.84% -
XYZ 29.56 18.11 2.86 -
YUV 105.28 82.7 204.83 -
System Red Green Blue C M Y K H S L
Decimal 213 66 25 0 0.69 0.88 0.16 13.09 0.79 0.47
Hex D5 42 19 0 45 58 10 D 4F 2F
Octal 325 102 31 0 105 130 20 15 117 57
Binary 11010101 1000010 11001 0 1000101 1011000 10000 1101 1001111 101111

Color Harmonies of #D54219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54219

Black with #D54219

Text Example


Text Example

White with #D54219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54219; }

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

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

background-color css

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

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

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

border-color css

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

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

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