Html Css Color HEX #D54A13 Harley Davidson Orange

📋 copy color: '#D54A13'

red 213 ◦ green 74 ◦ blue 19

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

Shades of Harley Davidson Orange #D54A13

Tints of Harley Davidson Orange #D54A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.21%

R = 69.61%
G = 24.18%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D54A13 (or 0xD54A13) is known color: Harley Davidson Orange. HEX triplet: D5, 4A and 13. RGB value is (213,74,19). Sum of RGB (Red+Green+Blue) = 213+74+19=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54A13 is #2AB5EC. Grayscale: #6D6D6D. Windows color (decimal): -2799085 or 1264341. OLE color: 1264341.

HSL color Cylindrical-coordinate representation of color #D54A13: hue angle of 17.01º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D54A13 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 74 19 -
CMYK 0 0.65 0.91 0.16
HSL 17.01º 0.84% 0.45% -
HSV(B) 17.01º 0.91% 0.84% -
XYZ 30.01 19.09 2.72 -
YUV 109.29 77.05 201.97 -
System Red Green Blue C M Y K H S L
Decimal 213 74 19 0 0.65 0.91 0.16 17.01 0.84 0.45
Hex D5 4A 13 0 41 5B 10 11 54 2D
Octal 325 112 23 0 101 133 20 21 124 55
Binary 11010101 1001010 10011 0 1000001 1011011 10000 10001 1010100 101101

Color Harmonies of #D54A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A13

Black with #D54A13

Text Example


Text Example

White with #D54A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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