Html Css Color HEX #D54A14 Harley Davidson Orange

📋 copy color: '#D54A14'

red 213 ◦ green 74 ◦ blue 20

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

Shades of Harley Davidson Orange #D54A14

Tints of Harley Davidson Orange #D54A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.51%

R = 69.38%
G = 24.1%
B = 6.51%

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

#D54A14 (or 0xD54A14) is known color: Harley Davidson Orange. HEX triplet: D5, 4A and 14. RGB value is (213,74,20). Sum of RGB (Red+Green+Blue) = 213+74+20=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54A14 is #2AB5EB. Grayscale: #6D6D6D. Windows color (decimal): -2799084 or 1329877. OLE color: 1329877.

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

Color convert

RGB 213 74 20 -
CMYK 0 0.65 0.91 0.16
HSL 16.79º 0.83% 0.46% -
HSV(B) 16.79º 0.91% 0.84% -
XYZ 30.02 19.09 2.77 -
YUV 109.41 77.55 201.89 -
System Red Green Blue C M Y K H S L
Decimal 213 74 20 0 0.65 0.91 0.16 16.79 0.83 0.46
Hex D5 4A 14 0 41 5B 10 11 53 2E
Octal 325 112 24 0 101 133 20 21 123 56
Binary 11010101 1001010 10100 0 1000001 1011011 10000 10001 1010011 101110

Color Harmonies of #D54A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A14

Black with #D54A14

Text Example


Text Example

White with #D54A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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