Html Css Color HEX #D54C16 Harley Davidson Orange

📋 copy color: '#D54C16'

red 213 ◦ green 76 ◦ blue 22

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

Shades of Harley Davidson Orange #D54C16

Tints of Harley Davidson Orange #D54C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.44%

 BLUE value IS 22 (8.98% from 255) = 7.07%

R = 68.49%
G = 24.44%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D54C16 (or 0xD54C16) is known color: Harley Davidson Orange. HEX triplet: D5, 4C and 16. RGB value is (213,76,22). Sum of RGB (Red+Green+Blue) = 213+76+22=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54C16 is #2AB3E9. Grayscale: #6F6F6F. Windows color (decimal): -2798570 or 1461461. OLE color: 1461461.

HSL color Cylindrical-coordinate representation of color #D54C16: hue angle of 16.96º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D54C16 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 76 22 -
CMYK 0 0.64 0.90 0.16
HSL 16.96º 0.81% 0.46% -
HSV(B) 16.96º 0.9% 0.84% -
XYZ 30.17 19.37 2.91 -
YUV 110.81 77.89 200.89 -
System Red Green Blue C M Y K H S L
Decimal 213 76 22 0 0.64 0.90 0.16 16.96 0.81 0.46
Hex D5 4C 16 0 40 5A 10 11 51 2E
Octal 325 114 26 0 100 132 20 21 121 56
Binary 11010101 1001100 10110 0 1000000 1011010 10000 10001 1010001 101110

Color Harmonies of #D54C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C16

Black with #D54C16

Text Example


Text Example

White with #D54C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C16; }

 p { color: rgb(213,76,22); }

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

background-color css

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

 a { background-color: rgb(213,76,22); }

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

border-color css

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

 span { border-color: rgb(213,76,22); }

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